Skip to content

Commit

Permalink
feat: revert jvmToolChain each build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
isfaaghyth committed Aug 24, 2024
1 parent 6714073 commit d590496
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin {
androidTarget {
@OptIn(ExperimentalKotlinGradlePluginApi::class)
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
jvmTarget.set(JvmTarget.JVM_17)
}
}

Expand Down
1 change: 1 addition & 0 deletions gdg-chapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {

kotlin {
androidTarget()
jvmToolchain(17)

val xcf = XCFramework()
listOf(
Expand Down
1 change: 1 addition & 0 deletions gdg-events/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins {

kotlin {
androidTarget()
jvmToolchain(17)

val xcf = XCFramework()
listOf(
Expand Down
1 change: 1 addition & 0 deletions gdg-network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {

kotlin {
androidTarget()
jvmToolchain(17)

val xcf = XCFramework()
listOf(
Expand Down

0 comments on commit d590496

Please sign in to comment.