Rifqi M Fahmi

Results 4 comments of Rifqi M Fahmi

Thanks @garlen-javier @andrewbranch, was looking for kotlin syntax support for a while. you save my time!

I am assuming your project is using AGP 7? you could try using grazel version `v0.4.0-alpha06` that support AGP 7

Also experiencing the same problem with UI test. my solution is to use the fake class implementation instead of mocking it and the problem is gone 🤔

between what instance? (eg. Activity, Fragment, etc). For passing object, I usually convert the object to JSON string and parse it back on the destination with GSON for convenience