IntelliJ IDEA Ultimate 2018.3 thinks my Java 9 Project is a Kotlin Project

前端 未结 8 1812
谎友^
谎友^ 2020-12-30 00:01

I have an IntelliJ project composing several subprojects which are all Java 9 modules. I use Maven as a build system. My project has no \"Facets\". My run configuration look

8条回答
  •  臣服心动
    2020-12-30 00:42

    Even in 2019.1.3 that error is there .

    A solution that always works for me is :

    Build menu => Rebuild Project

    Tested with JDK 12.0.1


    That should be fixed though by IntelliJ team as soon as possible as more and more Java projects are passing to JDK 11 ++

提交回复
热议问题