Anyone having this issue when building an Android ...
# ktor
t
Anyone having this issue when building an Android application that depends on
ktor-client
?
Copy code
More than one file was found with OS independent path 'META-INF/ktor-http.kotlin_module'
I know this could be fixed with the following
Copy code
pickFirst 'META-INF/*.kotlin_module`
But aren't kotlin_module files required for reflection-based code ?