:wave: Was wondering, what would it take to make o...
# orbit-mvi
l
👋 Was wondering, what would it take to make orbit run in kotlin native (target
macosX64
&
macosArm64
)? Are there specific dependencies that need to be made compatible? I got a macos desktop app using compose that builds in kotlin native (not jvm) and would love to use orbit in it
a
from when i last looked, not much, should be as simple as adding the targets into the build
l
I think for core it's just this right? cc @Mikolaj Leszczynski
Not sure if the
orbit-compose
and
orbit-viewmodel
can be made compatible with
macosMain
too.