Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] ViewDelegate generator have problems with inner Interfaces in Kotlin #42

Open
msarelo opened this issue Aug 13, 2017 · 0 comments
Assignees
Labels

Comments

@msarelo
Copy link

msarelo commented Aug 13, 2017

When I try use contract interface in Kotlin eg:

 interface XContract {
    interface View {
      ...
    }
    interface Presenter {
     ...
    }
}

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

@SaeedMasoumi SaeedMasoumi self-assigned this Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants