This repository is associated with a Medium article on the use of MVVM with Hilt, RxJava3, Retrofit, Room, View Binding, and Android Architecture components.
Facing issues after updating hilt to
implementation "com.google.dagger:hilt-android:2.31-alpha"
annotationProcessor 'com.google.dagger:hilt-android-compiler:2.33-beta'
Thanks in advance.
Facing issues after updating hilt to implementation "com.google.dagger:hilt-android:2.31-alpha" annotationProcessor 'com.google.dagger:hilt-android-compiler:2.33-beta' Thanks in advance.