We are developing new Android app, only using Kotlin language.
We want to use Dependency Injection framework. Dagger 2 is Java based framework. As of my knowledge, There is no Kotlin based DI framework from Google.
- Is it advisable to use Dagger 2 with Kotlin?
- When can we expect Kotlin based DI framework from Google? If so, is it backward compatible with Dagger 2 to adopt quickly?