Hi all,
Getting the following error
java.lang.IllegalAccessError: superclass access check failed: class org.jetbrains.kotlin.kapt3.base.javac.KaptJavaCompiler (in unnamed module @0x1f21f4a6) cannot access class com.sun.tools.javac.main.JavaCompiler (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.main to unnamed module @0x1f21f4a6
JDK - 17
Gradle java version - 17
Gradle - 7.5
Kotlin - 1.7.10
kotlin-gradle-plugin - 1.7.10
gradle tools - 7.4.0
Kindly let me know what more should I do to solve the error?
TIA.
not kotlin but kotlin colored 2