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

前端 未结 8 1814
谎友^
谎友^ 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:46

    I fixed this error by disabling Kotlin plugin since I am not using it and the problem is solved

提交回复
热议问题