Has anyone shared a module that uses kotlinx.serialization to iOS? Even if I use implementation() in my build.gradle, it still exposes Decoder on my header file, like so:
this causes import issues with Swift.Decoder and Swift.Encoder. How can I change the swift_name of this class that I dont own?
s
saket
09/29/2021, 12:52 PM
Wanna create a YouTrack issue? I know you've been facing this for a while and haven't found any answer on slack communities yet.
l
leandro
09/29/2021, 4:58 PM
Good idea, will do 🙏 Sadly this conflict is bothering lead engineers of my company and I feel responsible for this.
Filled here https://youtrack.jetbrains.com/issue/KT-49009, thanks for the suggestion!