/kotlin-stone

Kotlin Option and Either.

Primary LanguageKotlinApache License 2.0Apache-2.0

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"
}