Hi, I updated to the latest IntelliJ 2018.2.4 CE, and when I opened my Kotlin/JS project, it asked to update it. It changed resources folders from "java-resource" to "kotlin-resource" in the .iml file, and I think that there are two things that are not working.
-Resources labeled as kotlin-resource are not copied to the out folder. (So my workaround is, unmarking the directory as resources root, and marking it as Resources root again)
-When you use the option Mark Directory as/Resources root it marks the directory as "java-resource"
I'm not sure if this behaviour is intentional.
Posted in #intellij