Answers for "import dagger.hilt.android.lifecycle.HiltViewModel not found"

0

import dagger.hilt.android.lifecycle.HiltViewModel not found

implementation 'androidx.fragment:fragment-ktx:1.2.5'
    implementation "androidx.lifecycle:lifecycle-viewmodel:2.2.0"
    implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
    implementation "androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha01"
    implementation 'com.google.dagger:hilt-android:2.28-alpha'
    kapt 'androidx.hilt:hilt-compiler:1.0.0-alpha01'
    kapt 'com.google.dagger:hilt-android-compiler:2.28-alpha'
Posted by: Guest on July-23-2021

Code answers related to "import dagger.hilt.android.lifecycle.HiltViewModel not found"

Browse Popular Code Answers by Language