Skip to content

Commit

Permalink
fix: uses jdk 17 for app level
Browse files Browse the repository at this point in the history
  • Loading branch information
isfaaghyth committed Aug 24, 2024
1 parent d590496 commit 9121ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ kotlin {
jvmTarget.set(JvmTarget.JVM_17)
}
}

jvmToolchain(17)

listOf(
iosX64(),
iosArm64(),
Expand Down

0 comments on commit 9121ecf

Please sign in to comment.