savrov
01/09/2021, 7:25 PMUncaught Kotlin exception: kotlin.native.concurrent.FreezingException: freezing of savrov.sdk.store.client.feature.product.di.ProductModule@d0414e08 has failed, first blocker is org.koin.core.scope.ScopeDefinition@cea8c1fa
this is my main.kt class:
// run console app
fun main(args: Array<String>) {
startKoin {
modules(ProductModule.di())
}
// run some command in console
MainNavigationCommand().main(args)
}
Can someone pls navigate me how to solve it. Thank you