We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5fa9a commit 1ee843cCopy full SHA for 1ee843c
sentry-android-distribution/build.gradle.kts
@@ -1,5 +1,5 @@
1
import org.jetbrains.kotlin.config.KotlinCompilerVersion
2
-import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9
+import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
3
4
plugins {
5
id("com.android.library")
@@ -16,7 +16,7 @@ android {
16
17
kotlin {
18
jvmToolchain(17)
19
- compilerOptions.languageVersion = KOTLIN_1_9
+ compilerOptions.languageVersion = KotlinVersion.KOTLIN_1_9
20
explicitApi()
21
}
22
0 commit comments