Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency for 2023 #83

Open
Set27 opened this issue Sep 23, 2023 · 0 comments
Open

Fix dependency for 2023 #83

Set27 opened this issue Sep 23, 2023 · 0 comments
Labels

Comments

@Set27
Copy link

Set27 commented Sep 23, 2023

Now you can't run project from box. So paste this inside gradle.properties

org.gradle.jvmargs=-Xmx1536m     --illegal-access=permit -Dfile.encoding=UTF-8 \
                   --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
                   --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
                   --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
                   --add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED  \
                   --add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
                   --add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
                   --add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
kapt.use.worker.api=false         

also you have to use JDK 11 or below.

I can't create PR with this changes so just left it this.

BUT ANYWAY IT'S WON'T WORK BECAUSE OF OLD API

@Set27 Set27 added the bug label Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant