You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have ran into an issue where building my app in CI fails with the following exception:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:mergeMyresConfigsReleaseJavaResource'.
A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
2 files found with path 'nativeMain/default/linkdata/root_package/0_.knm' from inputs:
Note that this is not the only conflicting files and from searching in JAR files I noticed a few duplicate files with different content, is there a resolution to this issue besides using 'pickFirst' for all the duplicate files which will probably hinder the libraries logic.
The text was updated successfully, but these errors were encountered:
This may be due to the fact that in 1.2.4 some functions have been moved around, and the previous ones marked as deprecated. @devopsmishel could you maybe try with 2.0.1, in which every deprecated (and potentially duplicated) function is now gone?
Hey, I have ran into an issue where building my app in CI fails with the following exception:
FAILURE: Build failed with an exception.
Execution failed for task ':app:mergeMyresConfigsReleaseJavaResource'.
Note that this is not the only conflicting files and from searching in JAR files I noticed a few duplicate files with different content, is there a resolution to this issue besides using 'pickFirst' for all the duplicate files which will probably hinder the libraries logic.
The text was updated successfully, but these errors were encountered: