Since this commit, we no longer need to copy assets on Android. We can now handle them in a much better way.
We need to check whether there's anything to be done on the link side of things. For example, shall we noop on Android when linking assets of a dependency, that uses this new way?
How Gradle handles duplicates?
Going to check and figure out the upgrade strategy.
Since this commit, we no longer need to copy assets on Android. We can now handle them in a much better way.
We need to check whether there's anything to be done on the link side of things. For example, shall we
noopon Android when linking assets of a dependency, that uses this new way?How Gradle handles duplicates?
Going to check and figure out the upgrade strategy.