PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
172 stars 43 forks source link

PokeKotlin Integration Issue. #92

Open Adityarajputh opened 8 months ago

Adityarajputh commented 8 months ago

Hi,

Im trying to integrate PokeKotlin into my android project which using build.gradle.kts file for adding dependencies, The readMe file and the release section are showing different ways to integrate the Library, as per my understanding it is no longer hosted in bintray so tried to integrate using this dependency : implementation("me.sargunvohra.lib:pokekotlin:2.4.0"), but im facing the following error : "Failed to resolve: me.sargunvohra.lib:pokekotlin:2.4.0"

Is this repository still being maintained?

Naramsim commented 8 months ago

Hi, the package is hosted on github: https://github.com/PokeAPI/pokekotlin/packages/212505

You have to add it to your repos: https://github.com/PokeAPI/pokekotlin#download