Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Darley-Wey committed Aug 16, 2022
1 parent 74d97d5 commit 787f6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ android {
}
kotlinOptions {
jvmTarget = '1.8'
freeCompilerArgs += ['-Xjvm-default=enable']
// 低版本 compose 需手动开启Xjvm-default选项
// freeCompilerArgs += ['-Xjvm-default=all|all-compatibility']
}
buildFeatures {
viewBinding true
Expand Down

0 comments on commit 787f6c6

Please sign in to comment.