Hello and Marry Christmas :christmas_tree: I have ...
# multiplatform
i
Hello and Marry Christmas 🎄 I have an issue where adding a kmm module (i.e domain) module to shared module results with Prefix added to the generated iOS classes, for example User class under domain will be DomainUser in iOS How can I remove this prefix in build.gradle Thanks
the solution was to export
export(project(":domain"))
j
You might also be interested in following (at least that is when using Kotlin 1.8) https://twitter.com/RickClephas/status/1592581807064911874?s=20&t=J59yyYfuCgq8ZGw3lWB88A
i
🚀 thx, loooks great, still on 1.7.21, will test