android / android-ktx

A set of Kotlin extensions for Android app development.
https://android.github.io/android-ktx/core-ktx/
7.48k stars 565 forks source link

Add popular libraries extensions in new module #584

Closed LukasAnda closed 6 years ago

LukasAnda commented 6 years ago

Hi, would it be possible to create separate modules for some popular libraries? Like Retrofit, Glide and so.

Everything should be in its own module because someone would not want to import for example Glide but instead use Picasso.

JakeWharton commented 6 years ago

You should evangelize those libraries to ship extensions or port to Kotlin themselves. This project will only be covering the Android platform APIs. Other JetPack libraries already have their own extensions which are developed, versioned, and released with their associated library.