Hi, for some reason I cannot see my kmp library dependencies from a sibling kotlin-jvm module, is th...
e
Hi, for some reason I cannot see my kmp library dependencies from a sibling kotlin-jvm module, is this expected?
c
If the JVM module has
implementation
or
api
on the multiplatform module, it should work just like if it were two JVM modules