Compose Multiplatform transit info app for Victoria
Find a file
Cilly Leang f1770744db
refactor(core): switch from room to sqldelight
sqldelight provides far more control over the sql and allows me to make
more optimisations such as removing generated rowid etc. sql also just
looks better than the annotation hell from room.
2026-05-02 02:31:18 +10:00
androidApp refactor(ui): split into shared, maps, and main modules 2026-03-26 02:55:46 +11:00
core refactor(core): switch from room to sqldelight 2026-05-02 02:31:18 +10:00
gradle refactor(core): switch from room to sqldelight 2026-05-02 02:31:18 +10:00
iosApp refactor: add trailing newlines 2025-04-14 21:53:07 +10:00
server refactor(core): switch from room to sqldelight 2026-05-02 02:31:18 +10:00
ui refactor: core:data -> core:data:client 2026-04-02 21:55:45 +11:00
.gitignore refactor: shared -> core 2026-04-02 01:57:08 +11:00
build.gradle.kts refactor(core): switch from room to sqldelight 2026-05-02 02:31:18 +10:00
gradle.properties chore: bump dependencies 2025-11-22 16:36:13 +11:00
gradlew init 2025-04-13 00:51:32 +10:00
gradlew.bat init 2025-04-13 00:51:32 +10:00
LICENCE init 2025-04-13 00:51:32 +10:00
settings.gradle.kts refactor(core): switch from room to sqldelight 2026-05-02 02:31:18 +10:00