reduxkotlin / redux-kotlin

Redux implementation for Kotlin (supports multiplatform JVM, native, JS, WASM)
https://reduxkotlin.org
MIT License
426 stars 32 forks source link

Publish for mingwX64 #42

Closed mpetuska closed 4 years ago

mpetuska commented 4 years ago

Currently lib fails to resolve for mingwX64 target. This essentially means it's unviable for any MPP project using it.

patjackson52 commented 4 years ago

Yes, I am aware. Publishing to all platforms is a challenge. I would like to get this automated. I currently do not have access to a windows machine, so even manual publishing would require some extra work on my end. If anyone has experience setting up CI for publishing to multiple platforms and wants to share I would love to hear details.

A couple of options until this is fixed:

patjackson52 commented 4 years ago

@mpetuska v0.5.2 was just released with all platforms published to maven central. Can you verify this is working for you?