I can see my other project in `:android-local:depe...
# gradle
s
I can see my other project in
:android-local:dependencies
Copy code
releaseRuntimeClasspath - Runtime classpath of compilation 'release' (target  (androidJvm)).
+--- project :android-remote
|    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.3.61
|    +--- my.other.lib:that.is.published:0.0.1
and in
releaseUnitTestRuntimeClasspath
, but my project cannot find its dependencies.