running the EAP on my android app, the build is fa...
# eap
s
running the EAP on my android app, the build is failing with:
Copy code
Execution failed for task ':app:transformResourcesWithMergeJavaResForDebugAndroidTest'.
> More than one file was found with OS independent path 'META-INF/main.kotlin_module'
It’s working fine with 1.2.31 though, and I’m not really sure how to get enough useful information for a bug report
i
Do you use multiplatform projects, namely
org.jetbrains.kotlin.platform.android
gradle plugin?
s
no
for the record i’m seeing the same issue with the final release
s
@udalov Do you have any thoughts about this problem?
🤷‍♂️ 1
@skennedy It is possible for you to create minimal application with this problem and share it with us via our tracker ( https://youtrack.jetbrains.com/issues/KT )? Because right now it is very hard to say what going wrong in your android app.