Closed JakeWharton closed 6 years ago
Closes #581
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.
@RequiresApi(28)
@TargetApi(28)
ImageDecoder.kt
No. @TargetApi should never be used.
@TargetApi
Closes #581