when idea suggests to add a library to the classpa...
# announcements
e
when idea suggests to add a library to the classpath (like https://imgur.com/RxcOZ2a), where can I find the corresponding setting? I tried to commit before and later but apparently there is no change in
.idea
.. how is possible?
m
it should create xml config files under
.idea/libraries/
, one for each lib
👍 1
t
it looks like you’re using gradle - you should be adding dependencies to your
dependencies
block
e
they were there.. anyway, an invalidate&restart + deleting
.idea
and reimporting and I have the problem anymore, everything there since the sync
n
when using gradle it is highly recommended to gitignore
.idea/
since the buildscript itself can recreate the whole project
👆 1