Rishabh Harit
12/09/2018, 9:23 AMabstract class BaseActivity<V : BaseView, P : BasePresenter<V>> :
MvpActivity<V, P>(), BaseView
This works fine because BaseView
is an interface. But if I replace it with V
, I get
Only classes and interface can serve as supertypes