Why cant a Kotlin library Module depend on an Android Library Module?
I am trying to have this dependency graph:
Multi module build error :domain:main: Could not resolve project :data
I have a simple multi module structure
I am trying to have this dependency graph:
I have a simple multi module structure