Hello guys,
I am trying to compile my project with java 9, but I get error from Kapt, “‘tools.jar’ was not found, kapt may work unreliably”.
[ERROR] java.lang.NoSuchMethodError: org.jetbrains.kotlin.kapt3.javac.KaptTreeMaker.TopLevel(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
Is there no support for java 9 yet? I receive that error because I need apply one processor (“mapstruct-processor”) .