mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IJPL-204686 Updated jvm/jbr version to 21 across multiple modules
There are more statements in the testData, left them as is for now GitOrigin-RevId: ca654cccb3650be0ba5c9257cffd8f8d3db97436
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ad9133f69f
commit
8649d8d623
@@ -33,7 +33,7 @@ dependencies {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
jvmToolchain(21)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -52,7 +52,7 @@ dependencies {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
jvmToolchain(21)
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=kotlin.time.ExperimentalTime"
|
||||
|
||||
Reference in New Issue
Block a user