I have query for SqlDelight in a multi-module setup
I am trying to have have separate feature module and shared KMM module will include these feature modules as a dependency so that I can share it as a single pod to iOS
Regarding sqlDelight, I am struggling with sq files. Ideally I would want for sqlDelight to generate wrappers for sq file inside the feature module only but currently AFIAU, sqlDelight looks for particular folder as mentioned in the gradle file and generate wrappers for those sq files
So how to make sqlDelight to generate wrappers for sq files which are in different feature modules having single database only