This library provides support for Kotlin in Codename One.
-
Currently development/compilation must be performed in IntelliJ IDEA
-
The latest Codename One plugin installed (Actually, at time of writing the plugin with support for this hasn’t been released yet.. will be released July 7, 2017).
Copy the the kotlin-runtime.cn1lib into your project’s lib directory, and select "Codename One" → "Refresh CN1Libs".
or
Install using the Extensions section of Codename One settings.
As long as your project includes this runtime library, you should be able to add Kotlin classes and files directly inside your Codename One project when using IntelliJ IDE. If you don’t include this library and your project includes Kotlin code, then your app will still work in the simulator. It will fail when you try to build for device though. Adding this library to your project will resolve such build errors.
-
Replace the jars of the kotlin-jars directory with the jars for the version of the kotlin stdlib that you want to include in the cn1lib.
-
Run
ant
See the CN1KotlinTests project for unit tests, which are being adapted from the tests in the official Kotlin repository.