Closed hoangchungk53qx1 closed 7 months ago
https://github.com/InsertKoinIO/koin/issues/1735 androidContext Seems like
Why do you use koin-android and koin-core in different versions?
Why do you use koin-android and koin-core in different versions?
Same error on latest version It work on version 3.3.3
let's follow on https://github.com/InsertKoinIO/koin/issues/1735
Describe the bug activityViewModel cannot be created version core 3.5.3, android 3.4.0 . It works well with android version 3.3.3
Koin module and version: implementation("io.insert-koin:koin-core:3.5.3") implementation("io.insert-koin:koin-android:3.4.0")
Snippet or Sample project to help reproduce