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

Arkadii Ivanov

12/13/2019, 4:50 PM
We have published a new article "Continuous delivery for your Kotlin Multiplatform library": https://badootech.badoo.com/continuous-delivery-for-your-kotlin-multiplatform-library-3ab5ad5cba59
👍 8
👍 1
a

Andy Gibel

12/13/2019, 5:29 PM
👍 Nice - not too many talking about this aspect yet.
m

msink

12/13/2019, 6:12 PM
Do not understand why anyone still wants to use that shitty
bintray.publish
plugin. Use plain
maven-publish
, it works without any workarounds. https://github.com/msink/kotlin-libui/commit/3ed479e5f26e6bc71f3e5b338752dbb5ee2160b4
1
k

Kris Wong

12/13/2019, 6:31 PM
this seems quite complex compared to an MPP with just iOS and Android!
a

Arkadii Ivanov

12/13/2019, 6:32 PM
Yeah, when you add a third target like Linux
k

kpgalligan

12/13/2019, 6:32 PM
And windows…
g

gildor

12/24/2019, 12:15 PM
Yes, bintray plugin is very bad, especially if you use it from Kotlin Gradle DSL