What will be the relation between Android KTX and ...
# android
a
What will be the relation between Android KTX and Anko ? Will they complement each other, or am I missing something and they will have different goals inside the Android platform ?
m
#anko has many modules. The most famous one is Anko-layouts which brings Kotlin's idiomatic DSL. KTX is just a pack of extension functions.
o
We are planning to deprecate most of anko-commons in favor of KTX. Android team knows better what is needed there, can keep code in sync with the platform, provide compats and a lot more that we don’t have resources for. We’ve shown the way, now it’s time to give it proper maintainer 🙂
👍 4
a
@orangy Thanks for the clarification