Hello, I'm very new to Gradle. I adapted an existi...
# gradle
e
Hello, I'm very new to Gradle. I adapted an existing Maven project via
gradle init
. It seems to work — it downloads dependencies, builds etc. Now I'm trying to navigate around in the source and it doesn't seem to work with this project. It used to run previously (in other projects), but this is the first time I'm starting a project with Gradle. I just updated IntelliJ too, I hope this isn't some very recent bug. Basically I can't navigate to Gradle-downloaded definitions. Anyone have any ideas? I did invalidate the cache and restart.
y
do you see all your project dependencies picked up correctly in External Libraries list ? if yes, you'd be able to drill down to its code
e
I don't see all of them. This should be the problem but I don't know how to fix this. In the meantime, I just created a new Gradle project and added the dependencies. This just works. Thank you anyway.