Skip to content

Commit

Permalink
Remove redundant JVM options
Browse files Browse the repository at this point in the history
These were already set by the jvmToolchain option
  • Loading branch information
t895 committed Apr 10, 2024
1 parent 474490c commit 0f6aa07
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ android {
}
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = "11"
}
buildFeatures {
compose = true
buildConfig = true
Expand Down

0 comments on commit 0f6aa07

Please sign in to comment.