Closed ValdZX closed 4 years ago
Hello. Thanks for your contribution!
The feature you are trying to implement in this PR is kinda big and has a lot of cases, that need to be considered. I'd like you to create an issue, describing how you want the compiler to behave in the presence of non-MvpView
interfaces, so we could discuss it thoroughly. Check out issue #70, where I described recent changes to strategy inheritance.
Added ability that View can extend interface from other module. Now strategies of overridden methods are checked
Added new tests ViewStateNotMvpInterfaceTest for this case