Skip to content

Commit d49f9c5

Browse files
committed
remove redundant Java/Kotlin version configuration
1 parent 44279d0 commit d49f9c5

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
buildConfig = true
8181
}
8282
}
83-
84-
compileOptions {
85-
sourceCompatibility(JavaVersion.VERSION_17)
86-
targetCompatibility(JavaVersion.VERSION_17)
87-
}
88-
89-
kotlinOptions {
90-
jvmTarget = JavaVersion.VERSION_17.toString()
91-
}
9283
}
9384

9485
dependencies {

0 commit comments

Comments
 (0)