skydoves / MovieCompose

🎞 A demo movie app using Jetpack Compose and Hilt based on modern Android tech stacks.
Apache License 2.0
491 stars 73 forks source link

Not able to build this project on local. #7

Open amitYadavDev opened 2 months ago

amitYadavDev commented 2 months ago

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)

amitYadavDev commented 2 months ago

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