MovieCompose icon indicating copy to clipboard operation
MovieCompose copied to clipboard

🎞 A demo movie app using Jetpack Compose and Hilt based on modern Android tech stacks.

Results 2 MovieCompose issues
Sort by recently updated
recently updated
newest added

> 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...

Hi, I see that you have two separated bits of code for Movie and TVShow, which are all doing the same things. Can we have a single source of code...