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 0471b9a commit 07b541cCopy full SHA for 07b541c
sentry-android-distribution/build.gradle.kts
@@ -1,4 +1,5 @@
1
import org.jetbrains.kotlin.config.KotlinCompilerVersion
2
+import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9
3
4
plugins {
5
id("com.android.library")
@@ -15,6 +16,7 @@ android {
15
16
17
kotlin {
18
jvmToolchain(17)
19
+ compilerOptions.languageVersion = KOTLIN_1_9
20
explicitApi()
21
}
22
0 commit comments