【发布时间】:2016-02-23 20:39:06
【问题描述】:
我正在尝试通过此处的 maven 指令配置 Kotlin 项目:https://kotlinlang.org/docs/reference/using-maven.html#KotlinBuildTools-Maven intellij。
pom.xml 似乎是由 intellij 自动配置的,但我的 hello world 文件不断收到错误“kotlin not configured”。
intellij 编译器出现错误:“Kotlin: Unresolved reference: println”。
我正在使用 intellij 15.0.3 和 kotlin 1.0.0
【问题讨论】:
标签: maven intellij-idea kotlin