MovieHunt icon indicating copy to clipboard operation
MovieHunt copied to clipboard

Fix dependency for 2023

Open Set27 opened this issue 1 year ago • 0 comments

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 avatar Sep 23 '23 06:09 Set27