Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
> More than one file was found with OS independent path 'META-INF/atomicfu.kotlin_module'
Isn’t it standard to exclude kotlin modules from app build anyway?
t
tseisel
04/26/2019, 8:20 AM
@ribesg I was wondering. Aren't those files required for reflection or something ?
r
ribesg
04/26/2019, 8:26 AM
I read something about that yes, but until I encounter an issue I’m not adding useless files to my APK, they’re big enough already. You just need to keep the fact that you excluded these files in mind when you encounter a problem. Also if you find that you need one of these files, don’t add all of them, just the one you need
t
tseisel
04/26/2019, 9:03 AM
kotlinx.coroutines
1.2.1 is now released and it should solve the atomicfu problem. I'll test it on my build later