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 0223f5c commit fdf6feaCopy full SHA for fdf6fea
sentry-samples/kmp-app-cocoapods/androidApp/build.gradle.kts
@@ -7,6 +7,10 @@ plugins {
7
}
8
9
android {
10
+ compileOptions {
11
+ sourceCompatibility = JavaVersion.VERSION_11
12
+ targetCompatibility = JavaVersion.VERSION_11
13
+ }
14
compileSdk = Config.Android.compileSdkVersion
15
defaultConfig {
16
applicationId = "sample.kmp.app.android"
sentry-samples/kmp-app-spm/androidApp/build.gradle.kts
@@ -16,6 +16,10 @@ tasks.withType<KotlinCompile> {
17
18
19
20
21
22
23
24
25
0 commit comments