jiwomdf / solat-kuy-android-mvvm-with-coroutine

Simple Android prayer time apps with MVVM pattern, Dagger Hilt, Live Data, Coroutine, Unit & UI Testing. Feel free to see and contribute
36 stars 24 forks source link

error #6

Closed codermert closed 2 years ago

codermert commented 2 years ago

Cannot resolve symbol 'DaggerApplication_HiltComponents_SingletonC'

jiwomdf commented 2 years ago

I've try re clone, build, and run the project and it's work well on Android Studio Bumblebee | 2021.1.1 Patch 1 Windows can you tell me your environment?

jiwomdf commented 2 years ago

try to remove this dependency "androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha03" and fix the missing import if it's working, I'll update the project

jiwomdf commented 2 years ago

hi my brother, sorry for my late reply, been so busy lately I will try to fix this issue and post it here

sorry for the inconvenient

jiwomdf commented 2 years ago

@codermert hi brother, do you update any of the dependencies in the build gradle?

codermert commented 2 years ago

Yes . gives error Hilt related

jiwomdf commented 2 years ago

can you share me what is updated? so I can try it on my side

codermert commented 2 years ago

@jiwomdf return DaggerApplication_HiltComponents_SingletonC.builder() ^ symbol: variable DaggerApplication_HiltComponents_SingletonC

jiwomdf commented 2 years ago

@codermert yes bro, I mean what dependencies do you add or upgrade? can you share it here so I can try do the same and get the error

codermert commented 2 years ago

I haven't added anything yet. I just tested it. there is an error, can you download them again and try?

jiwomdf commented 2 years ago

Okee I'll try it again and post it here when done, thanks

jiwomdf commented 2 years ago

Hi bro @codermert , I've try re-cloning the app twice and it's working but I do searching about the error, and according to this stack overflow answer https://stackoverflow.com/a/67232885/16665427

we have to delete the "androidx.hilt:hilt-lifecycle-viewmodel", and I've done that you can re-clone the project and see if it's working

many thanks bro

codermert commented 2 years ago

@jiwomdf Thank you very much for your help. it works fine now and the GPS issue is fixed as well

jiwomdf commented 2 years ago

@codermert you're welcome bro yes this app still need much improvement and I'm still planning on it, thanks for visiting this repository

jiwomdf commented 2 years ago

I will close this Issue, thanks @codermert for the report