Is there a way to automatically fix names for Js? ...
# multiplatform
d
Is there a way to automatically fix names for Js? Like
Copy code
fun `hello world`()
I have to set
@JsName
manually
a
AFAIK you can't.
I_am_using_underscores()
1
d
That’s unfortunate I don’t really wanna ship a DSL library with underscores 😛
a
Do you want to ship a library with ``such functions names`()` ? This contradicts Kotlin naming convention I believe. Normally such names are used in tests.