Hi. I'm getting "Error:Kotlin: Source file or dire...
# announcements
e
Hi. I'm getting "ErrorKotlin 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
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
Thank you, it helped!
b
Also it should work out of box in 1.1 RC 😉