Join Slack
Powered by
Is there a way to tell Kotlin/JS to keep all funct...
# javascript
g
galex
12/12/2019, 2:17 PM
Is there a way to tell Kotlin/JS to keep all function names instead of adding a
@JsName
on each function?
👍 1
s
spand
12/12/2019, 2:22 PM
For interfaces I think you can mark it external
b
Big Chungus
12/12/2019, 2:42 PM
That goes for classes and global variables too
Big Chungus
12/12/2019, 2:42 PM
You can even combine external with actual to delegate js implementations
a
ankushg
12/12/2019, 7:57 PM
Can you mark a class you implement yourself as external? (e.g.,
external data class
)?
9
Views
Open in Slack
Previous
Next