chore: 修复 Butter Knife 导致的构建失败

This commit is contained in:
HuanCheng65 2024-01-28 14:15:26 +08:00
parent f615da4082
commit 1f25d94a77
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ kotlin.parallel.tasks.in.project=true
kotlin.incremental.useClasspathSnapshot=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 \
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
org.gradle.parallel=true
# org.gradle.unsafe.configuration-cache=true
booster.transform.r.inline.ignores=android/*,androidx/*,com/huanchengfly/tieba/post/R$color