Common utilities when using ktor
with mangaka, kaguya and openperm-kt
The main way of installing this library is
using jitpack.io
repositories {
// ...
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
dependencies {
// Replace TAG with the desired version
implementation("org.cufy:ktor-commons:TAG")
}