Hey all. I have a multi-module project where I hav...
# gradle
s
Hey all. I have a multi-module project where I have an Android library,
android-local
, that needs to depend on a Kotlin Multiplatform project,
android-remote
. I have it setup as so, but when I check `android-local`'s dependencies
android-remote
is not resolved. Any idea what I need to do to get this working? I need
android-local
to depend on the jvm artifact of
android-remote
. Do I need to specify that somehow? I already asked in #multiplatform but no dice.