Skip to content

Commit

Permalink
Merge branch 'fix-jvm-target-20'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Aug 22, 2023
2 parents c31f3be + 44dd63d commit 5881129
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ plugins {
repositories {
maven("https://plugins.gradle.org/m2/")
}

kotlin {
jvmToolchain(17)
}

0 comments on commit 5881129

Please sign in to comment.