saket / press

Cross-platform markdown editor written in Kotlin Multiplatform (work in progress)
1.87k stars 113 forks source link

macOS version is not buildable #68

Open nevack opened 3 years ago

nevack commented 3 years ago

Is macOS version still buildable? I have encountered a lot of build errors with ReaktiveInterop, ObservableNavigator etc. Even after bumping some libs (kotlin-coroutines, kotlinx.serialization) and fixing all Swift errors, app is crashing on start with

ERROR - sqlite3_close(0x7f88d9e3bba0) failed: 5

saket commented 3 years ago

Yeah sorry about that. I was actively building it, but trying to get libgit2 up and running for syncing of notes was proving to be difficult. With the introduction of Compose for Desktop UI I'm no longer sure if I wanna continue down this path. I'm leaning towards trying it out so that I can reuse JVM libraries for git, markdown, etc. Tracking it here: https://github.com/saket/press/issues/63