Displaying Fragment in Jetpack Compose using AndroidFragment<>
I have a dependency on 3rd party package which isn't implemented in Jetpack Compose therefore attempting to display Fragment using Android's suggested approach of using AndroidFragment but unable to do so, as I keep getting the following exception, not sure what I am doing wrong
java.lang.IllegalStateException: View androidx.compose.ui.platform.AndroidComposeView{896ffd7 VFED..... ......ID 0,0-1440,3120} is not within a subclass of FragmentActivity.
Since, before importing the library we...