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

napperley

05/10/2018, 11:34 PM
How is a Kotlin multi-platform library distributed/deployed
j

josephivie

05/11/2018, 12:49 AM
Maven, actually. I've been working on it myself and I have deployment up and running - check out what I did here: https://github.com/UnknownJoe796/kotlinx.
n

napperley

05/11/2018, 1:31 AM
What is the bintray URL for your libraries?
j

josephivie

05/11/2018, 1:50 AM
It's not posted to bintray yet. It's still in really really early development
There is a task in there, however, for posting the libraries to Bintray if given the requisite .properties file.
s

sandwwraith

05/11/2018, 8:16 PM
You can look at this multiplatfrom project: https://github.com/kotlin/kotlinx.serialization
2 Views