I got Heron compiling for iOS on the iPad and I still can't believe the value prop of compose multiplatform. I was able to build an offline-first multiplatform app in 4 weeks!
Frame rate isn't great, and I don't know if iOS insets for the status and nav bars are supported, but my mind is blown.
Frame rate isn't great, and I don't know if iOS insets for the status and nav bars are supported, but my mind is blown.
Comments
You can force it by setting a user defined `KOTLIN_FRAMEWORK_BUILD_TYPE` build setting.
We have 3 build configs (Dev, etc), mapped to a Kotlin build config:
I need datastore for persisting and managing navigation state as well as auth, and Room for sqlite. I know sqldelight supports web targets, but I much prefer Room's API