Kotlin client for CouchDB
Use https://jitpack.io repository
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.lewik.kouch:kouch:0.0.55'
//TODO
//TODO
First version writer: https://gitlab.com/oftomorrow