hello, the koin document mentions activityScope, h...
# koin
b
hello, the koin document mentions activityScope, however it's not available, I'm using koin 4.0.3 with following dependencies, is it defined iin other module?
Copy code
// Koin
implementation "io.insert-koin:koin-core:${koinVersion}"
implementation "io.insert-koin:koin-android:${koinVersion}"
implementation "io.insert-koin:koin-androidx-compose:${koinVersion}"
implementation("io.insert-koin:koin-compose:${koinVersion}")
implementation("io.insert-koin:koin-compose-viewmodel:${koinVersion}")