https://kotlinlang.org logo
#squarelibraries
Title
# squarelibraries
t

Tech

11/20/2023, 2:31 PM
Hey! I was wondering if somebody could either explain or link me to an article explaining how to sync my database models across multiple projects in SQLDelight. For example I have 3 projects, [app1, app2, api]
api
will hold all my SQLDelight queries and models and I want app1 and app2 to stay in sync with that. I was trying to find an article or something explaining how to properly do this but just haven't really found much, and I'm not sure if the official docs say how to do this either.
s

saket

11/20/2023, 4:56 PM
this is what I do for sharing a project with others without needing to publish them to maven: https://publicobject.com/2021/03/11/includebuild/
t

Tech

11/20/2023, 7:02 PM
Interesting, I'll keep that in mind
2 Views