Android ViewModel — Manual Dependency Injection Made Easy
Remove some boiler plate and make manual dependency injection with Android View Models easier with the power of Kotlin extensions.

The Android team has been increasingly vocal about their support for Dependency Injection frameworks like Dagger, going so far as to develop and…