From 1f25d94a77f20258185f5e8118f708809bf726de Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:15:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=20Butter=20Knife=20?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 80caa936..64a9e11b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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