Skip to content

Commit 3f10c53

Browse files
committed
Update template to Kotlin 2.2.20
1 parent 566f54f commit 3f10c53

File tree

3 files changed

+214
-187
lines changed

3 files changed

+214
-187
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
kotlin("multiplatform") version "2.2.0" apply false
3-
kotlin("jvm") version "2.2.0" apply false
2+
kotlin("multiplatform") version "2.2.20-RC2" apply false
3+
kotlin("jvm") version "2.2.20-RC2" apply false
44
id("com.github.gmazzo.buildconfig") version "5.6.5"
55
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3" apply false
66
}

compiler-plugin/test-fixtures/org/jetbrains/kotlin/compiler/plugin/template/runners/AbstractJvmDiagnosticTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ open class AbstractJvmDiagnosticTest : AbstractFirPhasedDiagnosticTest(FirParser
3131
*/
3232
defaultDirectives {
3333
+FirDiagnosticsDirectives.FIR_DUMP
34+
+FirDiagnosticsDirectives.DISABLE_GENERATED_FIR_TAGS
3435
+JvmEnvironmentConfigurationDirectives.FULL_JDK
3536

3637
+CodegenTestDirectives.IGNORE_DEXING // Avoids loading R8 from the classpath.

0 commit comments

Comments
 (0)