iammert / dagger-android-injection

Sample project explains Dependency Injection in Android using dagger-android framework.
515 stars 130 forks source link

Create a Kotlin version #9

Open JairAviles opened 6 years ago

JairAviles commented 6 years ago

I came across with your excellent explanation about the New Android Injector with Android 2. As a matter of fact, I suggest creating a branch with a Kotlin version, so that developers could integrate dagger 2.11+ to their Android app developer with Kotlin.

digitalbuddha commented 6 years ago

Here's a version I made that is in kotlin https://github.com/digitalbuddha/DaggerAndroidViewInjectior

iammert commented 6 years ago

Great work Mike! I will create a new kotlin impl branch asap @JairAviles .