Migrated a sample app with Coroutines and SqlDelig...
# swift-export
r
Migrated a sample app with Coroutines and SqlDelight from SKIE to Swift Export (via dev Kotlin version) https://github.com/russhwolf/To-Do/commit/5802ea86dc619750edda6db2549e1fea26bd21fa
🦜 4
kodee intensifies 1
t
Very nice! Just curious, is using the latest dev version of Kotlin a requirement, or does it simply make it a better experience?
r
The version I'm using there was what I needed to get that project running. Earlier 2.4 dev versions produced invalid Swift code when bridging into the SqlDelight runtime. There's some coroutine interop available in 2.3.20 behind a flag, but it has many limitations.
👍 3
a
That's super cool! Happy to see that more and more projects starts to be able to migrate onto swift export!