Skip to content

Commit e1f8c51

Browse files
committed
Configure jvmToolchain on the single Kotlin jvm project
1 parent ea7bcf3 commit e1f8c51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/model/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ plugins {
1919
id("kotlin")
2020
}
2121

22+
kotlin {
23+
jvmToolchain(11)
24+
}
25+
2226
dependencies {
2327
implementation(libs.kotlinx.datetime)
2428
}

0 commit comments

Comments
 (0)