IGDB-API-JVM icon indicating copy to clipboard operation
IGDB-API-JVM copied to clipboard

Wrapper for IGDBs API written in Kotlin should work for all JVM based languages, tested in Kotlin & Java

Results 6 IGDB-API-JVM issues
Sort by recently updated
recently updated
newest added

I see there is an issue when you combine this library with firebase (bom 31.5.0 but happens with various newer/older versions of firebase bom). This library uses protobuf (whether you...

When I add this dependency: ``` io.github.husnjak igdb-api-jvm 1.0.10 ``` I get this error in IntelliJ: ![2023-03-12_14-46](https://user-images.githubusercontent.com/5818157/224548776-60ec9a4a-9b39-49c3-bb59-81f58b782dac.png)

When adding to project through maven Pom file, an error is thrown stating "Missing artifact com.GitHub.kittinunf.fuel-android:jar:2.3.1"

It would be quite cool if there was a drop-in-project JAR with all the dependencies included to easily start playing around. Or just for people who do not use Maven...

Hi there First of all thanks for the all the work to build this wrapper. I wanted to use it in a Java project of mine but came across a...

Hello, i use your wrapper in my project, but when i want to build it i get this error: `com.github.kittinunf.fuel:fuel-android:jar:2.3.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This...