我有一个maven(DropWizard)java项目。我真的想添加一些Kotlin类,但似乎无法这样做。在我的真实项目中,我添加了像https://kotlinlang.org/docs/reference/using-maven.html#compiling-kotlin-and-java-sources这样的maven配置,但是'普通'java代码没有看到我的Kotlin类。既不是maven也不是Eclipse。
所以我尝试了混合源示例https://github.com/JetBrains/kotlin-examples/tree/master/maven/mixed-code-hello-world。这在Maven中有效,但仍不在Eclipse中。
我在这里缺少什么?