redwarp / gifdecoder

An implementation of a gif decoder written 100% in Kotlin, plus an associated Drawable for Android
Apache License 2.0
47 stars 6 forks source link

OptIn Unsigned Types for module android-drawable-native #5

Closed cortinico closed 3 years ago

cortinico commented 3 years ago

The android-drawable-native module is using unsigned types and the compiler is complaining as there is no opt-in (for that specific module).