Hello, I am a little confused with the Koin versio...
# koin
m
Hello, I am a little confused with the Koin versions. I was using v2 on Android, but I see that v3 exists, and it has a new group name
io.insert-koin
, however in the Android docs it still has imports with
org.koin
. So which am I supposed to use? Android docs tell me to use
org.koin
imports, but the main setup docs tell me to not do that.
I thought I'd stay on v2 for now, but it's on jCenter, which is deprecated, so I can't do that.
r
the gradle group name changed as part of the maven central migration, but the package names in code didn’t
☝️ 1
m
Sorry, didn't mean imports. It's just that https://insert-koin.io/docs/quickstart/android-viewmodel has dependency declarations for
org.koin
, but https://insert-koin.io/docs/setup/v3 has different ones, and it isn't clear which page supersedes which.
r
Ah I see. The first link is out-of-date.
👍 1
a
yep