Not that I’m aware of. Also, I wouldn’t expect that to impact the
ModuleNameClass
naming scheme. Just the
Class
end of it. You can export the data module, which will remove the
ModuleName
prefix, but we specifically don’t do that because it’ll add all of the auto-generated sqldelight code to your public iOS interface. That means extra classes in the header you don’t need, and also extra binary size in your final app. At some point I’d like to add a way to control the module name prefix to Kotlin, but right now the only way to remove the