Skip to content

Commit 61d00de

Browse files
committed
Use Kotlin 1_9
1 parent 7d5fa9a commit 61d00de

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
public final class io/sentry/android/distribution/Distribution {
2+
public fun <init> ()V
3+
}
4+

sentry-android-distribution/build.gradle.kts

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

44
plugins {
55
id("com.android.library")
@@ -16,7 +16,7 @@ android {
1616

1717
kotlin {
1818
jvmToolchain(17)
19-
compilerOptions.languageVersion = KOTLIN_1_9
19+
compilerOptions.languageVersion = KotlinVersion.KOTLIN_1_9
2020
explicitApi()
2121
}
2222

0 commit comments

Comments
 (0)