You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your board class calls import it.unimi.dsi.fastutil.ints.Int2ObjectMap; import it.unimi.dsi.fastutil.ints.Int2ObjectMaps; import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap;
But the only referenced libraries are Guava.
The text was updated successfully, but these errors were encountered:
Download the library there then add it as a dependency
For the newbies:
1.Download
2. Go to file.
3. Click Project Structure.
4. Go to Project Settings then go to the modules tab.
5. Click + button on the right to add the dependency.
Your board class calls
import it.unimi.dsi.fastutil.ints.Int2ObjectMap; import it.unimi.dsi.fastutil.ints.Int2ObjectMaps; import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap;
But the only referenced libraries are Guava.
The text was updated successfully, but these errors were encountered: