Skip to content

Commit

Permalink
fix(android): Unknown Kotlin JVM target 21
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-pedrogustavobilro committed Jan 13, 2025
1 parent a7218d5 commit 12f1e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ android {
}
}

kotlin {
jvmToolchain(17)
}

repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion example-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12f1e62

Please sign in to comment.