Skip to content

Commit

Permalink
Try out jvm toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Mar 29, 2024
1 parent 5faadfb commit d5e3672
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ android {
minSdk = 21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlinOptions { jvmTarget = "1.8" }
}

dependencies {
Expand Down

0 comments on commit d5e3672

Please sign in to comment.