Hello to the whole community!
This is my first question on the forum, so I'll try to be precise:
I'm working on a project with a development team and I'm the only one using eclipse. The fact is that, since the implementation of a functionality that one of my colleagues did, eclipse warns me that there are two errors related to a dependency that it cannot resolve:
This does not happen to any of my colleagues, since they use different IDEs (VSCode or IntelliJ). The solutions that I have seen on the internet are based on touching dependency configuration files (in this case it is a gradle project so it would be touching the build.gradle file), but this is not possible in my case since if I modify something of that file I can harm my colleagues, I also suppose that there is another way to solve it from eclipse because if it only happens to me it must be something that has been corrupted.
That is why I call on the eclipse scholars in the forum to see if they can give me a hand, because with these errors, eclipse won't let me run the application in debug mode.
Greetings!
I have tried to look for information about it in other internet sites, but the solution of modifying configuration files cannot be applied to my case.