GarouDan
06/12/2020, 10:57 PMopen source kotlin mpp library
?
maven central
, bintray
, jcenter
, other?Arkadii Ivanov
06/12/2020, 11:22 PMlouiscad
06/12/2020, 11:23 PMlouiscad
06/12/2020, 11:23 PMGarouDan
06/13/2020, 12:22 PMMarc Knaup
06/13/2020, 4:28 PMVictor Harlan Lacson
06/13/2020, 10:17 PMMarc Knaup
06/14/2020, 8:15 AMGarouDan
06/16/2020, 8:39 PM.module
files there and because of that the multiplatform library cannot be resolved.
Have you already faced this issue? Does someone know how to solve?louiscad
06/16/2020, 8:59 PMGarouDan
06/16/2020, 9:00 PMGarouDan
06/16/2020, 9:01 PMGarouDan
06/16/2020, 10:36 PMimplementation("com.company:library:1.0.0")
but, at lest for me, when publishing to bintray using bintrayUpload, I was able to consume only with:
implementation("com.company:library-jvm:1.0.0")
.
I tried manually zip and unpack everything that I had locally to there but even in this way, from my tests, only the -jvm
verison worked. Don’t know why locally this can be automatically resolve and from there not. If you have any clue, please kindly let me knowlouiscad
06/17/2020, 7:22 AMmaven-publish
in place of the bintray plugin: https://kotlinlang.slack.com/archives/C3PQML5NU/p1592377943043700?thread_ts=1592312199.024500&cid=C3PQML5NUGarouDan
06/17/2020, 2:17 PM