thomasnield
12/19/2018, 2:37 AMkyonifer
12/19/2018, 4:40 AMkyonifer
12/19/2018, 4:41 AMorangy
kyonifer
12/19/2018, 6:45 PMkyonifer
12/19/2018, 6:46 PMkyonifer
12/19/2018, 6:49 PMkyonifer
12/19/2018, 6:51 PMorangy
orangy
kyonifer
12/19/2018, 6:54 PMpublishing
property sound good?orangy
kyonifer
12/20/2018, 4:07 PMkyonifer
12/20/2018, 4:10 PMit.name != 'kotlinMultiplatform'
from the bintrayUpload.doFirst
task. I have projects A and B and project A depends on B, and the pom that gets generated for A looks for the generic kotlinMultiplatform project of B which didnt exist because it was excluded there. Publishing all the projects to bintray solved the issue. Is there a reason for excluding it from bintray?kyonifer
12/20/2018, 4:11 PM<dependency>
<groupId>com.kyonifer</groupId>
<artifactId>koma-core-api</artifactId>
<version>0.13-RC1</version>
<scope>runtime</scope>
</dependency>
kyonifer
12/20/2018, 4:11 PMkoma-core-api
is the real name of project B 🙂thomasnield
12/21/2018, 5:39 AM