SQLdelight and gradle magic: How can you add a dep...
# squarelibraries
h
SQLdelight and gradle magic: How can you add a dependency to a local dialect? I hoped, simple setting
dialect = ":native-dialect
would work.
a
dialect project(':native-dialect')
on alpha02
h
Yeah, I that was my hope too, but this doen't work with Kotlin DSL because dialect is a String, not a Project
Ahh, already merged, but no new alpha 😄 https://github.com/cashapp/sqldelight/pull/3085
a
ooooo
there yea go
hoping to do another alpha next week
💯 1
h
Nice, then I will use snapshots until alpha release
Do you still want to keep the timestamp in the version because the same build generates artifacts with different versions, which makes using the same build hard