// An array of folders where the plugin will read your '.sq' and '.sqm'
// files. The folders are relative to the existing source set so if you
// specify ["db"], the plugin will look into 'src/main/db' or 'src/commonMain/db' for KMM.
// Defaults to ["sqldelight"]
sourceFolders = ["db"]