Dmitry R.
Results
2
comments of
Dmitry R.
+1 (version is 5.0.3)
Hi, I also faced with same ANR calling `androidContext()` I'm using `KoinStartup` in my Application class ``` override fun onKoinStartup() = koinConfiguration { androidContext(this@MyApplication) modules(...) } ``` And have ANR...