Why is removing `META-INF/kotlin_module` from an `...
# android
h
Why is removing
META-INF/kotlin_module
from an
aar
artifact breaks my
android-application
compilation with extensions functions and global properties from the
aar
not being acessable by the compiler???
l
You should remove it only from the final apk (which should be done automatically in the future by the Android gradle plugin, but after compilation, not before so any dynamic feature module can still compile fine)