Hey folks! Trying to integrate kotlin in an existi...
# getting-started
m
Hey folks! Trying to integrate kotlin in an existing maven project here. I did so just fine following the instructions on the website using maven/intellij - it’s building fine, and it’s running in the editor for me. But my teammates on eclipse aren’t having any luck (nor am I, if I fire it up in eclipse.) Added the Kotlin Plugin for Eclipse - but it seems that it’s not delegating to maven to actually run the compilation. Any suggestions?
v
Very few use Eclipse to develop Kotlin, so unfortunately your fastest route to getting a reply is reporting it as a bug on the YouTrack
m
Awh. Thanks !
e
There is also #eclipse channel
m
Oh, thanks!
Actually just had success - this was not obvious. I moved to the Kotlin Perspective, removed the kotlin nature from my sources, went into properties and added
/kotlin
to the source paths by hand (it wasn’t using mavens?), then readded the kotlin nature. Now it builds. 😰
e
Make a blog post 🙂