Android Studio – Jetpack Compose Preview not working when using Koin for Dependency Injection
I want to use Jetpack Compose in my App. I am already using Koin for DI. Because I have a lot of convenience methods in my BaseFragment I want to inherit from it and build the corresponding view with compose.…