husnjak / IGDB-API-JVM

Wrapper for IGDBs API written in Kotlin should work for all JVM based languages, tested in Kotlin & Java
MIT License
39 stars 11 forks source link

IGDBWrapper cannot be resolved to a type (Java/Eclipse) #3

Open SirLugash opened 5 years ago

SirLugash commented 5 years ago

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 problem. I added the dependeny as stated in the instructions. It was downloaded and is shown in the Maven Dependencies, however I am unable to access the IGDBWrapper class.

The error reads: IGDBWrapper cannot be resolved to a type (and the suggested actions do not include importing the package which would be expected).

Upon further investigation it appears that the reason for this is that these classes are located in the (default package) which apparantly is inaccessible from outside that package.

leschbenedikt commented 5 years ago

Still not working with 0.7

yannic7 commented 5 years ago

same problem

Cese93 commented 5 years ago

Same problem

muhammadkamranlatifraza commented 4 years ago

same here

GregoryGibbons commented 4 years ago

Still an issue; I have no access to the IGDBWrapper