<Jetpack Compose - Compose View - Not found> I am ...
# stackoverflow
r
Jetpack Compose - Compose View - Not found I am using jetpack compose in an independant native android module inside a react native activity. When i use ComposeView(context) its giving me this error. Or when any class from androidx is called it ends up in the same exception. added android.useAndroidX=true android.enableJetifier=true java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/ui/platform/ComposeView;...