Skip to content

Commit 07b541c

Browse files
committed
Use Kotlin 2_0
1 parent 0471b9a commit 07b541c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry-android-distribution/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import org.jetbrains.kotlin.config.KotlinCompilerVersion
2+
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9
23

34
plugins {
45
id("com.android.library")
@@ -15,6 +16,7 @@ android {
1516

1617
kotlin {
1718
jvmToolchain(17)
19+
compilerOptions.languageVersion = KOTLIN_1_9
1820
explicitApi()
1921
}
2022

0 commit comments

Comments
 (0)