Compile time error. #2875
V-Mohammad-taqi
started this conversation in
General
Replies: 1 comment
-
Did you ever identify a solution to this issue? It's popped in a Spring project of mine and I can't for the life of me figure it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
java.lang.IllegalAccessError: class org.jetbrains.kotlin.kapt3.base.KaptContext (in unnamed module @0x1d312b6c)
cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler)
because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x1d312b6c
at org.jetbrains.kotlin.kapt3.base.KaptContext.(KaptContext.kt:28)
Beta Was this translation helpful? Give feedback.
All reactions