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

P final #582

Closed JakeWharton closed 6 years ago

JakeWharton commented 6 years ago

Closes #581

tomaszrykala commented 6 years ago

Won't this also require @RequiresApi(28) to be replaced with @TargetApi(28) in ImageDecoder.kt? It doesn't compile for me locally without it.

JakeWharton commented 6 years ago

No. @TargetApi should never be used.