Hello! I'm wondering if anyone could elaborate on ...
# koin
t
Hello! I'm wondering if anyone 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?
j
https://github.com/InsertKoinIO/koin/issues/870 Using Androidx version allows disabling use of Jetifier (assuming no other dependencies on it)
t
Gotcha, thanks. BTW your Jetpack Compose sample repositories have been very helpful 🙂
👍 1