Added Kotlin/Eclipse integration notes to README

This commit is contained in:
Oleg Zhurakousky
2018-09-12 15:43:23 +02:00
committed by GitHub
parent c52b0b2cb9
commit ed3a532f96

View File

@@ -183,10 +183,16 @@ http://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs
should also work without issue as long as they use Maven 3.3.3 or better. should also work without issue as long as they use Maven 3.3.3 or better.
==== Importing into eclipse with m2eclipse ==== Importing into eclipse with m2eclipse
We recommend the http://eclipse.org/m2e/[m2eclipse] eclipse plugin when working with We recommend the http://eclipse.org/m2e/[m2eclipse] eclipse plugin when working with
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
marketplace". marketplace".
Also, you will need to install Kotlin pug-in from the "eclipse marketplace" to ensure projects
that depend on Kotlin complile under `m2eclipse` plugin (mentioned above).
NOTE: If you still see compile errors after installing Kotlin plugin, simply right-click on the project with error and _remove_ and then _add_ Kotlin Nature via ***Configure Kotlin*** feature.
NOTE: Older versions of m2e do not support Maven 3.3, so once the NOTE: Older versions of m2e do not support Maven 3.3, so once the
projects are imported into Eclipse you will also need to tell projects are imported into Eclipse you will also need to tell
m2eclipse to use the right profile for the projects. If you m2eclipse to use the right profile for the projects. If you