Hello! I'm wondering if anyone with some experienc...
# android
t
Hello! I'm wondering if anyone with some experience with Koin could elaborate on the differences between the AndroidX package
org.koin:koin-androidx-viewmodel:$koin_version
versus just the basic
org.koin:koin-android-viewmodel:$koin_version
. I have been using the latter with ViewModels from the AndroidX lifecycle package and everything is working just fine. What would I need the AndroidX Koin dependency for?
a
There's also a #koin channel
t
Didn't know that. Awesome, thank you