I have android studio module "domain" which has kotlin files.
I tried to using it as library
for my app module like this.
compile project(':domain')
I get merge conflict error
Error:Execution failed for task ':mobile:processDebugManifest'.
Manifest merger failed with multiple errors, see logs
any idea what's going wrong?