https://kotlinlang.org logo
r

Ricardo

09/20/2017, 3:04 PM
Hi guys. I'm starting a new Kotlin project and wondering which dependency injection library should I use. I've used Dagger2 with Java in the past, but it doesn't seem to fit that well with Kotlin. Any suggestions?
r

radityagumay

09/20/2017, 5:55 PM
Dagger 2 works
r

Ricardo

09/20/2017, 5:57 PM
Yeah, implementing it as we speak, thank you 👍