https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kris Wong

11/20/2019, 8:54 PM
IDEA is showing a new error with 1.3.60 on all my unit test method names: "Name contains illegal chars that can't appear in JavaScript identifier"
👀 2
my projects do not contain JavaScript targets or involve JavaScript in any way
@Test fun `default global log level`() {
a

Alexey Belkov [JB]

11/21/2019, 2:04 PM
Thanks, filed https://youtrack.jetbrains.com/issue/KT-35031 MPP, IDE: JS-specific frontend error with no JS target (NAME_CONTAINS_ILLEGAL_CHARS)
🙏 3
b

basher

11/21/2019, 2:28 PM
Is it only an IDE issue, or do you get an error running tests from gradle CLI as well?
g

George Herbert

11/21/2019, 2:31 PM
IDE only. Everything fine when running tests
😌 2
k

Kris Wong

11/21/2019, 2:43 PM
it just causes those frustrating red lines that we OCD developers can't stand to see in our source code/project tree
d

dsavvinov

11/22/2019, 10:23 AM
As a developer with OCD myself, I completely understand that. We’re working on fix and hope to deliver it ASAP 🙂
🙏 1
🍻 1
6 Views