Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Mar 29, 2024
1 parent fb89950 commit 8b226ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ android {
minSdk = 21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_17
targetCompatibility = JavaVersion.VERSION_1_17
}
kotlinOptions { jvmTarget = "17" }
}

dependencies {
Expand Down

0 comments on commit 8b226ef

Please sign in to comment.