okuzawats / kotlin-stone

Kotlin Option and Either.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stone

A minimal library for Android / Kotlin that offers Option and Either.

activate

Add the maven repository to root build.gradle.

allprojects {
  repositories {
    maven {
      url 'http://okuzawats.github.io/kotlin-stone/'
    }
  }
}

Add the dependency to module's build.gradle.

dependencies {
  implementation "com.okuzawats:stone:x.y.z"
}

About

Kotlin Option and Either.

License:Apache License 2.0


Languages

Language:Kotlin 98.1%Language:Ruby 1.9%