plugins { kotlin("jvm") } kotlin { jvmToolchain(21) } tasks.withType { useJUnitPlatform() }