I've cloned your project and made some changes to see if I can introduce Dagger in my project, I cannot seem to find the way to inject Kotlin classes, and this example doesn't show that. I just inject a Java class..
The dagger generated classes doesn't seem to be able to find the Kotlin class and failed to compile..
Hello,
I've cloned your project and made some changes to see if I can introduce Dagger in my project, I cannot seem to find the way to inject Kotlin classes, and this example doesn't show that. I just inject a Java class..
The dagger generated classes doesn't seem to be able to find the Kotlin class and failed to compile..
I have this code in my activity:
And this is the LoginPresenter:
and it throws the following error
any ideas?