hi <@U2JKKPMEE> after update to `2.1.2` we're gett...
# koin
k
hi @arnaud.giuliani after update to
2.1.2
we're getting
ERROR: Failed to resolve: org.koin:koin-androidx-scope:2.1.2
even though this dependency is not used
a
you are using koin-androidx-viewmodel?
k
yep
a
I shouldn’t have touch the maven metadata T_T
didn’t detect this 😕
let me check that today 👍
👍 2
please, check on
2.1.3-alpha-1
👍
k
Works well, thank you! Forcing dependency also helps
Copy code
implementation ("org.koin:koin-androidx-scope:2.1.0") {
    force = true
}
👍 1
a
👍