Skip to content

Commit 674dcee

Browse files
authored
Revert Kotlin LV to 2_1 (#2522)
Fixes https://youtrack.jetbrains.com/issue/CMP-9144 ## Testing N/A ## Release Notes N/A
1 parent c32e223 commit 674dcee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/private/src/main/kotlin/androidx/build/AndroidXImplPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ class AndroidXImplPlugin @Inject constructor(val componentFactory: SoftwareCompo
173173
project.pluginManager.withPlugin("org.jetbrains.kotlin.multiplatform") {
174174
project.extensions.configure(KotlinMultiplatformExtension::class.java) {
175175
it.compilerOptions {
176-
languageVersion.set(KotlinVersion.KOTLIN_2_2)
177-
apiVersion.set(KotlinVersion.KOTLIN_2_2)
176+
languageVersion.set(KotlinVersion.KOTLIN_2_1)
177+
apiVersion.set(KotlinVersion.KOTLIN_2_1)
178178
}
179179
}
180180
}

0 commit comments

Comments
 (0)