Skip to content

Commit 00e88b4

Browse files
authored
Merge pull request #198 from Kotlin/bogdanova/configure-jvmToolchain
Configure jvmToolchain in the `kotlin` extension scope
2 parents ba52ce1 + 07ed034 commit 00e88b4

File tree

1 file changed

+2
-3
lines changed
  • integration/src/test/resources/templates/kmp-with-toolchain

1 file changed

+2
-3
lines changed

integration/src/test/resources/templates/kmp-with-toolchain/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
kotlin {
2-
jvm {
3-
jvmToolchain(21)
4-
}
2+
jvmToolchain(21)
3+
jvm {}
54

65
sourceSets {
76
commonMain {

0 commit comments

Comments
 (0)