What's the state of SqlDelight development? It see...
# squarelibraries
e
What's the state of SqlDelight development? It seems like it's always been developed in bursts, but it feels like it's been a while since the last burst. I've seen some minor QoL and performance bugs filed, and the IDE plugin not working on newer versions of AS. There's also bigger improvements like Kotlin 2.0 and wasmJs support that I'm excited about, and some of my own PRs that could use some attention (I say shamelessly 😅 ). Has work on it been deprioritized, are maintainers busy with other things, something else?
h
Sqldelight is not a product but a project mostly contributed by maintainers in their spare time, and currently, they are quite busy at work/personal life. I will definitively focus on sqldelight again the next weeks.
💯 1
👍 1
j
CI has also been broken with the Gradle caches occupying too much VM space and preventing the emulator from being created. This means every PR fails now, which inhibits drive-by PR merging.
e
Ah I was wondering what was going on with that