mozilla-mobile / gradle-apilint

Gradle Plugin that tracks the API of an Android library and helps maintain backward compatibility.
Mozilla Public License 2.0
8 stars 9 forks source link

Include `@NonNull` and `@Nullable` in the API #33

Closed agi90 closed 5 years ago

agi90 commented 5 years ago

And probably a lint to make sure that every API has either of the annotation on it. This is especially useful for libraries that work with Kotlin consumers

agi90 commented 5 years ago

Fixed in linked commit.