Lauren Yew
03/13/2021, 11:19 AM1.0.0-beta01
(Android Gradle plugin 7.0.0-alpha09) into an app that doesn't have jetpack compose and android gradle plugin 4.1.0. I'm getting an error
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/runtime/internal/ComposableLambdaKt;
when I try to open up my compose views from the library.
Has anyone seen this kind of issue before / know a fix?
I thought compose could be used in a library only and then not be required for the app (my client app has product requirements limiting it from updating the AGP / going to compose).steelahhh
03/13/2021, 12:15 PMLauren Yew
03/13/2021, 4:30 PMAnastasia [G]
03/15/2021, 10:43 AMcb
03/15/2021, 10:48 AMcb
03/15/2021, 10:49 AMLauren Yew
03/15/2021, 1:20 PMLauren Yew
03/15/2021, 5:08 PMLauren Yew
03/15/2021, 5:09 PMimplementation
and api
with the build.gradle. Both result in the same error.cb
03/16/2021, 8:24 AM.gradlew androidDependencies
list any Compose dependencies?Lauren Yew
03/16/2021, 1:57 PM