Skip to content

yukukotani/kotlin-superfine

Repository files navigation

kotlin-superfine

Download

Superfine wrapper for Kotlin/JS.

Installation

repositories {
    jcenter()
}

dependencies {
    implementation "land.mog:kotlin-superfine:${version}"
}

Usage

This is just a wrapper, so you can refer to original README.

You can also see example project to learn how to write in Kotlin.

Build

To build, you need simply run this command:

./gradlew :kotlin-superfine:build

License

This project is licensed under the Apache license 2.0.