Answers for "More than one file was found with OS independent path 'META-INF/ktor-http.kotlin_module"

3

More than one file was found with OS independent path 'META-INF/metadata.jvm.kotlin_module'

android {      
      packagingOptions {
        exclude 'META-INF/DEPENDENCIES'
        exclude 'META-INF/LICENSE'
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/license.txt'
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/NOTICE.txt'
        exclude 'META-INF/notice.txt'
        exclude 'META-INF/ASL2.0'
        exclude("META-INF/*.kotlin_module") 
      }          
}
Posted by: Guest on September-03-2020

Code answers related to "More than one file was found with OS independent path 'META-INF/ktor-http.kotlin_module"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language