0.2.0 • Published 6 years ago

kotlin-js-commons v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Kotlin JS Common Classes/Function

Create some common classes/function for KotlinJs.

To use in build.gradle:

repositories {
    maven { url 'https://dl.bintray.com/freewind/maven/' }
}

dependencies {
    compile 'freewind.github.com:kotlin-js-commons:0.6.0'
}

Also npm:

npm install --save kotlin-js-commons

Publish

Maven

to maven local:

./gradlew install

to bintray:

./gradlew bintrayUpload

Npm

Link:

./npm-link.sh

Publish:

cd npm-publish
npm publish

Notice

When you modified the code, don't forget to change versions in:

  • README.md
  • build.gradle
0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago