You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ViewDelegate have problems to generate delegates properly. I found this: import com.example.mvp.XContract$View;
instead of import com.example.mvp.XContract.View;
I guess
The text was updated successfully, but these errors were encountered:
When I try use contract interface in Kotlin eg:
ViewDelegate have problems to generate delegates properly. I found this:
import com.example.mvp.XContract$View;
instead of
import com.example.mvp.XContract.View;
I guess
The text was updated successfully, but these errors were encountered: