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

Move classes from mvp-common #213

Closed sockeqwe closed 7 years ago

sockeqwe commented 7 years ago

the common module only contain MvpView and MvpPresenter. the other classes should be moved to already exising mvp module or create new modules for

Keep packages so that it will not break imports.