doniwinata0309
doniwinata0309
Yeah it would be great if we have last official release that support gradle 6.6 and config cache. So we have more time on finding alternative library. My app not...
I created this PR to support config cache: https://github.com/f2prateek/dart/pull/248/files to solve build error. Please let me know if you have any feedback on it.
@markchristopherng i'm not sure yet with 7.1. But I able to fix issue on gradle 7: https://github.com/f2prateek/dart/pull/248 I added new commit to support config cache: https://github.com/doniwinata0309/dart/commit/1248af9 I will try with...
yes we also not able to migrate it yet, do you have in mind which library that perfect to replace DH3 ?
yes i just updating my project to 7.2 and seems working fine. by the way, so you already starting migrating to jetpack navigation component ? does it works for you...
ah i see, same condition here. thanks for your info :D
@stephanenicolas thanks for the reply, i just fix the indentation. Let me know if you need anything else.
Hi @stephanenicolas there also another changes need to adjust to support gradle 7 https://github.com/doniwinata0309/dart/commit/1248af9 Is it possible for us to merge those commit ?
It can be fix when change the parameter type: https://github.com/f2prateek/dart/pull/244/files But it will need to build using gradle 6.6.1. Use 6.6.1 on henson-plugin module works, but i got another issue...
So the test of dart-processor will failed if using gradle 5 or above. After debugging one by one here few things i found: 1. It happen after using gradle 5...