sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

Replace android-apt with annotationProcessor #236

Closed friederbluemle closed 7 years ago

friederbluemle commented 7 years ago

Annotation processing is now natively supported by Gradle, a third party plugin is no longer needed.

sockeqwe commented 7 years ago

thanks!