Jurriaan Mous
01/17/2018, 3:16 PMe: $PATH: Name contains illegal chars that can't appear in JavaScript identifier
:js:compileTestKotlin2Js FAILED
From the style guide:
https://kotlinlang.org/docs/reference/coding-conventions.html#names-for-test-methods
In tests (and only in tests), it's acceptable to use method names with spaces enclosed in backticks. (Note that such method names are currently not supported by the Android runtime.) Underscores in method names are also allowed in test code.
It only mentions that this is not working in Android so I assume it should work in JS.
Am I doing something wrong or are they not supported at the moment?
Using Kotlin 1.2.20anton.bannykh
01/17/2018, 3:18 PMJurriaan Mous
01/17/2018, 3:24 PManton.bannykh
01/17/2018, 3:27 PMStylianos Gakis
02/22/2022, 10:07 AMephemient
02/22/2022, 10:10 AM@JsName
?Stylianos Gakis
02/22/2022, 11:02 AM