Skip to content

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

Open
@msarelo

Description

@msarelo

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions