Is it possible to mark `SQLDelight's` generated cl...
# squarelibraries
k
Is it possible to mark
SQLDelight'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)
🚫 1