Marc Knaup
06/11/2019, 7:31 PMmypackage.Url
-> Swift Url
Kotlin io.ktor.url.Url
-> Swift Url_
But now it has flipped and thus my Swift code doesn't compile anymore.svyatoslav.scherbina
06/13/2019, 8:13 AMIs the conflict resolution of KN deterministic when exporting to ObjC and there are collisions in class names?I don’t think so. The best option here is to avoid name clashes, i.e. to rename
mypackage.Url
.