First time using sqldelight. Question based off my...
# squarelibraries
c
First time using sqldelight. Question based off my other one above. I'm trying to put all of the sqldelight code in a single gradle module. Seems like I can't follow the sqldelight docs for android because I have just a pure java module right now and it's requiring a
Context
. should i just cave and make it an android gradle module? Should I just use the multiplatform docs instead?