I see that the sqldelight JS sample project was purposefully broken to be compatible with Kotlin 1.3.* and coroutines 1.3.5.
I’d like to know if a Sqldelight project can still be built with JS, iOS and Android targets using Kotlin 1.3* and coroutines 1.3.5?
If it IS possible, my followup question is do I still need to clone the JS driver and import it as a local module? Or is there now a published artifact I can grab from somewhere?