oolong-kt / oolong

MVU for Kotlin Multiplatform
http://oolong-kt.org
Apache License 2.0
300 stars 14 forks source link

Add javascript targets, support for MacOS arm64 architecture, and upgrade Kotlin. #131

Closed noheltcj closed 2 years ago

noheltcj commented 2 years ago

Summary of changes:

note: atomicfu is required to compile JS targets with the IR backend and with coroutines version 1.6.2; a fix is coming in the next release, but I opted to downgrade coroutines to make project configuration easier in the short term.

noheltcj commented 2 years ago

The next version of kotlinx.coroutines is out. Should probably hold off on this until I upgrade + test it. Hopefully I find some time soon.

pardom commented 2 years ago

Closing stale PR.