Is there a way to automatically fix names for Js?
Like
Copy code
fun `hello world`()
I have to set
@JsName
manually
a
Arkadii Ivanov
06/14/2020, 5:52 PM
AFAIK you can't.
I_am_using_underscores()
➕ 1
d
Davide Giuseppe Farella
06/18/2020, 4:45 PM
That’s unfortunate I don’t really wanna ship a DSL library with underscores 😛
a
Arkadii Ivanov
06/18/2020, 11:09 PM
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.