Marcin Sareło

Results 1 issues of Marcin Sareło

When I try use contract interface in Kotlin eg: ``` interface XContract { interface View { ... } interface Presenter { ... } } ``` ViewDelegate have problems to generate...

bug