Hrodrick
11/18/2025, 4:56 PMsrc/main/sqldelight but I've never seen any KMP project with a src/main folder. All the projects I work with use a src/commonMain module. Do I still need to have the sqls on a main src folder or is it possible to have them on commonMain?hfhbd
11/18/2025, 5:23 PMHrodrick
11/18/2025, 5:33 PMsaket
11/18/2025, 6:36 PMHrodrick
11/21/2025, 3:10 PMSubhrajyoti Sen
11/24/2025, 9:52 AMcommon files are used by both Android and Multiplatform docs. With the changes in common merged, the Android docs too now state commonMain/src instead of main/src https://sqldelight.github.io/sqldelight/2.3.0-SNAPSHOT/android_sqlite/#defining-the-schemaHrodrick
11/24/2025, 2:21 PMcommon folder instead of the specific android_sqlite folder. It makes more sense to let android use the file at android_sqlite instead, with caution because the android_sqlite docs might be outdated