I am trying to implement ViewModel in a 100% Kotlin app. Every piece of documentation I can find says I want to use this to get the ViewModel instance:
ViewM
android { kotlinOptions { jvmTarget = '1.8' } }
project e app level