JakeWharton / mosaic

An experimental tool for building console UI in Kotlin using the Jetpack Compose compiler/runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplatform Yoga JNI missing

JakeWharton opened this issue · comments

Right now we build only for the host platform.

We need to do two things:

  • Build for each platform (fan out on CI for yoga JNI, store artifacts, fan in for Yoga core build)
  • Embed them all into the jar and add a platform-aware native library loader.

Fun times...

Probably going with #26 if I can get it off the ground...