We have published a new article "Continuous delive...
# multiplatform
a
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
👍 Nice - not too many talking about this aspect yet.
m
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
this seems quite complex compared to an MPP with just iOS and Android!
a
Yeah, when you add a third target like Linux
k
And windows…
g
Yes, bintray plugin is very bad, especially if you use it from Kotlin Gradle DSL