All Questions
1 question
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
// ...