Dmitry R.

Results 2 comments of Dmitry R.

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...