Hi All,We have a java project (Maven /Eclipse) which is straight forward to build either by command line or Eclipse.Now we want add some Kotlin support for the project and to leverage IDE support - for Kotlin - planning to switch to IntelliJ (We are very new to IntelliJ).We have imported eclipse project into IntelliJ and configured maven (which is straight forward) .Java : 1.7Intellij : 14.1.5 (trial)Maven : 3.2.5Kotlin Plugin : 0.14.449.Idea141.12
But, when we open our *.kt files in IntelliJ, this is giving some unresolved references error.
It seems, the error is due to missing Kotlin in the build path. Can you please provide the steps to configure this (we will also give a try :)) Thanks
We followed the article mentionedto set-up/configure the POM.
We got this issue once we imported the project into IntelliJ (basically we are looking for seemless IDE integration).
NB: Now the code is imported into IntelliJ-14.1.5 with Kotiln Plugin - 0.14.449.Idea141.12