Skip to content

Commit 4321125

Browse files
committed
remove redundant Java/Kotlin version configuration
1 parent be2ea9e commit 4321125

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/build.gradle.kts

-9
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ android {
8080
}
8181
}
8282

83-
compileOptions {
84-
sourceCompatibility(JavaVersion.VERSION_17)
85-
targetCompatibility(JavaVersion.VERSION_17)
86-
}
87-
88-
kotlinOptions {
89-
jvmTarget = JavaVersion.VERSION_17.toString()
90-
}
91-
9283
buildFeatures {
9384
viewBinding = true
9485
buildConfig = true

0 commit comments

Comments
 (0)