Pokekotlin Versions Save

Kotlin (or Java, Scala, etc) client for PokeApi

2.4.0

3 years ago

2.3.1

3 years ago

Bintray proved to be unreliable, so the package is now published on GitHub packages. It's also updated to the latest dependencies (kotlin and retrofit) and updated to pass tests on the latest pokeapi data.

EDIT: Turns out GH Packages requires auth even for public packages, so use Jitpack:

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.PokeAPI:pokekotlin:<VERSION>'
}