https://kotlinlang.org logo
#koin-dev
Title
# koin-dev
o

Omar Mainegra

08/27/2020, 3:50 PM
Hey, do you have plans to replace
android.arch.lifecycle
with
androidx.lifecycle
?
t

tynn

08/27/2020, 3:58 PM
You just need to replace the Android dependencies with their
koin_androidx_*
counterparts.
o

Omar Mainegra

08/27/2020, 4:14 PM
Ahh, sorry I couldn't find it in the docs
Awesome, it worked, thank you very much
a

arnaud.giuliani

08/28/2020, 7:11 AM
I have to check if there is a starter app with androidx 🤔
t

tynn

08/28/2020, 7:13 AM
Would it be useful to deprecate the
koin-android-*
artifacts and not use it internally anymore?
a

arnaud.giuliani

08/28/2020, 7:14 AM
good question, I don’t want to block people using Koin also
but several new addition will lead in that way
I was thinking about pushing a poll on twitter, to ask how much people are using androidx or not?
2.2.0 could be a version without the old android package clearly
t

tynn

08/28/2020, 7:22 AM
In November the Play store starts to require a target of SDK level 29. The Android Support libraries dropped support with SDK level 28. I guess it’s save to assume that everyone should be using AndroidX by now. But a poll would be shed some light on it.
a

arnaud.giuliani

08/28/2020, 7:50 AM
yes, you’re right
The poll will be a good “first signal” to push the androidx migration
👍 2
3 Views