Skip to content

Commit

Permalink
Remove duplicated Java version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Oct 30, 2023
1 parent ee7184b commit 224514d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ android {
kotlinOptions {
allWarningsAsErrors = true
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}

kotlin.jvmToolchain(17)
Expand Down

0 comments on commit 224514d

Please sign in to comment.