Join Slack
Powered by
Also, for Kotlin files, is it wrong to use KoinJav...
# koin
k
kenkyee
03/19/2019, 7:46 PM
Also, for Kotlin files, is it wrong to use KoinJavaComponent.get() to get a dependency rather than making the class a KoinComponent just so you can do the Koin Kotlin inject()/get()?
a
arnaud.giuliani
03/20/2019, 8:28 AM
better use the
KoinComponent
interface if you can can
👍 1
3
Views
Open in Slack
Previous
Next