Title
e

eugene.kudelevsky

02/16/2017, 4:55 PM
Hi. I'm getting "Error:Kotlin: Source file or directory not found: " when trying to compile Kotlin.JS project. It is imported from Maven. What can be wrong with it?
b

bashor

02/16/2017, 7:51 PM
eugene.kudelevsky: Hi! Please open project structure, find Kotlin facet under failed module and send me picture
probably “additional compiler arguments” field is empty and workaround is to add
-version
there
e

eugene.kudelevsky

02/17/2017, 7:26 AM
Thank you, it helped!
b

bashor

02/17/2017, 10:36 AM
Also it should work out of box in 1.1 RC 😉