Skip to content

Using Kotlin instead of Java

anubhavi25 edited this page Aug 14, 2018 · 1 revision

Location

The Kotlin port of Keti is currently being maintained in a separate fork.

Impetus

The key reasons for choosing Kotlin instead of other languages are detailed in this comment.

Getting Started

Cloning Afresh

$ git clone --recurse-submodules https://github.com/eclipse/keti.git

Fetching Submodule in an Existing Clone

$ cd keti
$ git submodule update --init --recursive --remote kotlin