More than one file was found with OS independent path 'META-INF/atomicfu.kotlin_module' #216
Labels
pinned
requires investigation
The changes requested in this PR requires further investigation/improvements
Want to raise 2 points:
First is that the callbacks of the library are using kotlin and prefer lambda expressions. The code is not designed to work well with java 7. For example:
camera.addCameraOpenedListener()
Please mention this in prerequisite to use this library, or provide support/guide for using it along with Java 7.
Second,
After adding library dependency, got error during build:
More than one file was found with OS independent path 'META-INF/atomicfu.kotlin_module'
Expected behavior
Build should work without causing conflicts.
Using ProGuard
Device (please complete the following information):
minSdkVersion 21
targetSdkVersion 29
compileSdkVersion 29
gradle 3.5.3
using Java 7
To fix this, had to add following in app level gradle:
Any reason why this is happening?
My dependencies:
The text was updated successfully, but these errors were encountered: