I set up a localazy project, the plugin works, but the output files are not used in the app. I think it is due to the fact that they are not correctly merged during the build. Does it have to do with gradle tasks execution order?
Gradle detected a problem with the following location: 'C:\Projets\OnlineGo\app\build\intermediates\assets\debug'. Reason: Task ':app:compressDebugAssets' uses this output of task ':app:localazyMergeAssetsDebug' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5/userguide/validation_problems.html#implicit_dependency for more details about this problem.
I honestly don't understand the expected solution.. If anyone had similar issue...
Here is what my build doler looks like