https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

SrSouza

02/14/2023, 4:46 PM
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
7 Views