MovieCompose icon indicating copy to clipboard operation
MovieCompose copied to clipboard

Not able to build this project on local.

Open amit6663 opened this issue 1 year ago • 1 comments

Task :app:kaptGenerateStubsDebugKotlin FAILED e: java.lang.IllegalAccessError: class org.jetbrains.kotlin.kapt3.base.KaptContext (in unnamed module @0x32df3d25) 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 @0x32df3d25 at org.jetbrains.kotlin.kapt3.base.KaptContext.(KaptContext.kt:28)

amit6663 avatar May 11 '24 17:05 amit6663

@skydoves I tried many things to build but not able to do.

amit6663 avatar May 11 '24 17:05 amit6663

I have changed my project structure to AGP(7.0.2), Gradle Version(7.6), Java Gradle Version(11). and now its build and install successfully.

Dushyant-cmd avatar Dec 16 '25 08:12 Dushyant-cmd