A minimal library for Android / Kotlin that offers Option and Either.
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"
}