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 07b541c commit 9f579b8Copy full SHA for 9f579b8
sentry-android-distribution/api/sentry-android-distribution.api
@@ -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
@@ -1,5 +1,5 @@
import org.jetbrains.kotlin.config.KotlinCompilerVersion
-import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9
+import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
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