asarazan / martok

https://www.npmjs.com/package/martok
10 stars 0 forks source link

Research alternatives to default Kotlin name-mangling for collisions in ObjC #42

Open asarazan opened 2 years ago

asarazan commented 2 years ago

Kotlin's current strategy is to simply add a bunch of underscores. See here: https://github.com/JetBrains/kotlin-native/issues/2467

We may want to implement our own collision algorithm, or some command line switch, or maybe we just need to advise folks to be careful in their typescript. Who knows!