Hi folks, there is anyway to change the Swift naming of a library, for example `Ktor_ioMemory` to `K...
s
Hi folks, there is anyway to change the Swift naming of a library, for example
Ktor_ioMemory
to
KtorMemory
, I mean, chaging the
Ktor_io
prefix? I’m using the new ``kotlinArtifacts` DSL for exporting my modules that depends on Ktor for example
I add the maven dependency to
setModules
and it export the hole library but without any prefixing, I want to add a prefix for it