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:
Alexandr Evstigneev
2025-09-01 15:06:34 +00:00
committed by intellij-monorepo-bot
parent ad9133f69f
commit 8649d8d623
8 changed files with 12 additions and 9 deletions
@@ -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"