Skip to content

Commit

Permalink
add 工具链
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Dec 22, 2024
1 parent c682a78 commit 70de123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ android {
jvmTarget = '21'
}

kotlin {
jvmToolchain(17)
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
Expand Down

0 comments on commit 70de123

Please sign in to comment.