KamilH
03/17/2021, 10:52 AMSQLDelight's
generated classes/interfaces as internal
? I would like to use it in the library (multiplatform, targeting iOS and Android) and I don’t want to pollute the public interface with these generated types
I saw this issue: https://github.com/cashapp/sqldelight/issues/1333 but unfortunately hiding database in different gradle module is not an option, because of lack of native possibility to build library from multiple modules (fataar)