moxy-community / Moxy

Moxy is MVP library for Android with incremental annotation processor and ktx features
MIT License
324 stars 33 forks source link

Disable annotation processing for abstract presenter classes #112

Closed alaershov closed 4 years ago

alaershov commented 4 years ago

Abstract Presenters are never used directly, and should not be used as entry points for annotation processing. See more reasoning in https://github.com/moxy-community/Moxy/issues/101.