Mahdi Marzbani
Mahdi Marzbani
I am trying to test **LazyColumnWithRecyclerView** in my project, but I can't implement views-recyclerview's compose artifact. I tried this `implementation "com.louiscad.splitties:splitties-views-recyclerview-compose:3.0.0"` but it didn't work.
probably adding HMS dependency solves the problem, but is there a way that I'm not forced to add the dependency?
when I am appying the patch, I encounter this exception: `No direct method (DaggerMyApplication_HiltComponents_SingletonC$SingletonCImpl;DaggerMyApplication_HiltComponents_SingletonC$ActivityRetainedCImpl;Lcom/microsoft/clarity/u1/a;)V in class DaggerMyApplication_HiltComponents_SingletonC$ViewModelCBuilder; or its super classes (declaration of 'DaggerMyApplication_HiltComponents_SingletonC$ViewModelCBuilder' appears in /data/user/0/tinker/patch-c7da41bb/dex/tinker_classN.apk!classes4.dex)` can anyone give...