Commit 70855e95 authored by Lucio Maciel's avatar Lucio Maciel

Exclude META-INF/main.kotlin_module on build.gradle

parent b6a3d738
......@@ -53,6 +53,7 @@ android {
packagingOptions {
exclude 'META-INF/core.kotlin_module'
exclude 'META-INF/main.kotlin_module'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment