Join Slack
Powered by
Anyone knows if this issue has been fixed yet? <ht...
# multiplatform
d
Dmitri Sh
01/09/2020, 10:10 PM
Anyone knows if this issue has been fixed yet?
https://discuss.kotlinlang.org/t/conflicting-overloads-objcconstructor-with-typealias-nsurl/7184/2
In April 2018 "it will be fixed soon" - but am having the same issue now, with 1.3.61 - trying to typealias UIKit.UIColor and can't unless I add
Copy code
@Suppress("CONFLICTING_OVERLOADS")
Which removes the compile problem but its not visible on the Swift side.
2
Views
Open in Slack
Previous
Next