Home

Awesome

Kotlin for Eclipse

official JetBrains project

Welcome to Kotlin for Eclipse project! Some handy links:

Installation

To give it a try you will need a clean installation of Eclipse Neon or newer. The Kotlin plugin is available from the Eclipse Marketplace. The easiest way to install the Kotlin plugin is to drag-and-drop this button into a running Eclipse window:

<a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=2257536" class="drag" title="Drag to your running Eclipse workspace to install Kotlin Plugin for Eclipse"><img src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/components/drag-drop/installbutton.png" alt="Drag to your running Eclipse workspace to install Kotlin Plugin for Eclipse" /></a>

Alternatively, you can use Help -> Eclipse Marketplace� menu, or the following update site:

https://files.pkg.jetbrains.space/kotlin/p/kotlin-eclipse/main/last/

Building and Development

Eclipse IDE for Eclipse Committers is the recommended way to build and develop the kotlin-eclipse project. Eclipse Oxygen 4.7 is used so far.

In order to start development in Eclipse:

Building from the command line is also available (Note that Maven 3.0.5 is required):

cd {repository}
mvn install

Eclipse update sites

Latest stable release:

https://files.pkg.jetbrains.space/kotlin/p/kotlin-eclipse/main/last/

Any previously released version (replace :version with the version number):

https://files.pkg.jetbrains.space/kotlin/p/kotlin-eclipse/main/:version/

Nightly build:

https://teamcity.jetbrains.com/guestAuth/repository/download/Kotlin_EclipsePlugin/.lastSuccessful/

Kotlin Eclipse Plugin Developer Documentation

See basic developer documentation here