Skip to main content

Kotzilla Repository

Kotzilla SDK is available on Maven Central and Kotzilla Repository.

You can Configure Kotzilla repository like follow:

repositories {
// Kotzilla
maven {
name = "kotzilla"
url = uri("https://repository.kotzilla.io/repository/kotzilla-platform/")
}
}