Error: class com.antkorwin.betterstrings.BetterStringsProcessor (in unnamed module @0x292158f8) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment #23
I have a problem. I've added the dependency into my pom.xml and ran the program, and this is the error it gave me:
class com.antkorwin.betterstrings.BetterStringsProcessor (in unnamed module @0x292158f8) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x292158f8
I have a problem. I've added the dependency into my pom.xml and ran the program, and this is the error it gave me:
What should I do?