Skip to content

General troubleshooting

mergeDebugJavaResource error

If you encounter a message like "More than one file was found with OS independent path 'META-INF/.kotlin_module'.". The fix is very straightforward, just go into the application build.gradle (should be located inside launcher dir) and place/merge this line:

packagingOptions {
    exclude("META-INF/*.kotlin_module")
}