Skip to content

Commit

Permalink
Build gradle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagiancarli committed Sep 14, 2023
1 parent b56b71b commit d569d5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions design/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ android {
isShrinkResources = false
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
kotlin {
jvmToolchain(17)
}
buildFeatures {
compose = true
Expand Down
8 changes: 2 additions & 6 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ android {
)
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
kotlin {
jvmToolchain(17)
}
buildFeatures {
compose = true
Expand Down

0 comments on commit d569d5c

Please sign in to comment.