is it possible to give a class a different name on...
# ios
r
is it possible to give a class a different name on a specific platform?
t
@JsName
exists, no
@SwiftName
or something yet, I suspect there must be Youtrack ticket to vote for, else you could create one.
a
Hello, @Rainer Schlonvoigt! Maybe you could use
typealias
? For example, declare it in some intermediate source set shared across iOS targets. Also, please use threads and avoid multiple messages. See kotlinlang Slack CoC.
r
👍 will use threads in the future
we will for now use a different framework/module name, therefore avoiding the name clash