Is there a way to tell sqldelight where the query ...
# squarelibraries
p
Is there a way to tell sqldelight where the query files are located? We conditionally configure the build as either multiplatform or jvm. In multiplatform, sqldelight always looks for the sq files in commonMain and for jvm it always searches in main. Right now the only workaround I found is to duplicate the files to have them both in commonMain and main