Skip to content

Commit

Permalink
remove redundant Java/Kotlin version configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Mar 1, 2024
1 parent ce91465 commit 1badd66
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,11 @@ android {
}
}

compileOptions {
sourceCompatibility(JavaVersion.VERSION_17)
targetCompatibility(JavaVersion.VERSION_17)
}

buildFeatures {
viewBinding = true
buildConfig = true
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}

packaging {
dex {
useLegacyPackaging = false
Expand Down

0 comments on commit 1badd66

Please sign in to comment.