MovieHunt
MovieHunt copied to clipboard
Fix dependency for 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