https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
t

timm

01/29/2019, 10:18 AM
I managed to make publishing work in my multiproject setup. But theres still an error. I have one java-subproject that has a dependency (
project(":multiplatform-library")
) on the multiplatform project. When generating poms for publication a
dependency
entry for
multiplatform-library
is generated. It should generate a
dependency
entry on
multiplatform-library-jvm
though. Is there a way to fix this?
y

yshrsmz

01/29/2019, 10:48 AM
3 Views