Skip to content

Commit 38f4fbc

Browse files
committed
remove redundant Java/Kotlin version configuration
This is now set automatically from the toolchain configuration.
1 parent ce91465 commit 38f4fbc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,11 @@ android {
7676
}
7777
}
7878

79-
compileOptions {
80-
sourceCompatibility(JavaVersion.VERSION_17)
81-
targetCompatibility(JavaVersion.VERSION_17)
82-
}
83-
8479
buildFeatures {
8580
viewBinding = true
8681
buildConfig = true
8782
}
8883

89-
kotlinOptions {
90-
jvmTarget = JavaVersion.VERSION_17.toString()
91-
}
92-
9384
packaging {
9485
dex {
9586
useLegacyPackaging = false

0 commit comments

Comments
 (0)