Skip to main content

All Questions

Filter by
Sorted by
Tagged with
18 votes
6 answers
15k views

Inject Koin in Java classes

I'm trying to replace Dagger 2 to Koin in my current project and I don't want to rewrite some classes in Kotlin to use it. Is possible to inject with Koin in java classes? In Kotlin is just // ...
Rafa Araujo's user avatar