android / android-ktx

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

Release of 1.0.0-alpha3 out of sync with this repo #577

Closed jzoran closed 6 years ago

jzoran commented 6 years ago

alpha3 release seems to be ahead of GitHub repo, e.g. Context.systemService is deprecated. alpha2 skipped altogether according to https://dl.google.com/dl/android/maven2/index.html.

You seem to have been working on some internal branch?

JakeWharton commented 6 years ago

Yes the source of truth has moved to the main support library repository and this repo is currently a best effort. We pull things in, but synchronizing back out isn't easy or automated and it's not yet clear if it can be made so.

jzoran commented 6 years ago

That means it will move to AOSP soon(-ish)?

WIll it then be preferred way of contribution to upload to AOSP Gerrit over GitHub?

JakeWharton commented 6 years ago

Whenever androidx 1.0 happens and is pushed to AOSP, yes, you'll see all of the ktx libraries there.

JakeWharton commented 6 years ago

The source of truth for core-ktx (and the other KTX libraries) is now in AOSP.