yukukotani / kotlin-superfine

Superfine wrapper for Kotlin/JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Superfine wrapper for Kotlin/JS.

License:Apache License 2.0


Languages

Language:Kotlin 94.7%Language:HTML 5.3%