niklas
04/24/2018, 2:50 PMcreate_puj7f4$
even though there is only one create
function and since @JsName
is not available in a platform-common project, I am not sure what I can do to prevent that.kyonifer
04/24/2018, 3:52 PMexpect/actual
typealias annotations, e.g. declare an expect
typealias for MyJsName
in your common project and then in your js project write actual typealias MyJsName = kotlin.js.JsName
kyonifer
04/24/2018, 3:53 PMniklas
04/24/2018, 4:14 PMnapperley
04/25/2018, 12:57 AMniklas
04/25/2018, 4:49 PM