8000 GitHub - okuzawats/kotlin-stone: Kotlin Option and Either.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

okuzawats/kotlin-stone

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 
0