Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing IDEA 13 Gradle Dependencies

I have just switched from IDEA 12 to 13 for better gradle support but noticed that whereas JetGradle in 12 showed your project dependencies in the gradle project window.

However in 13, only Gradle tasks are displayed, rather than also showing your projects dependencies.

Is this simply hidden, been removed permanently or am I just being a bit daft?

Using the Linux distro of IDEA 13 Ultimate edition (although currently on a 30 day trial while I see if it's worth upgrading to).

like image 388
Tom Dickinson Avatar asked Nov 02 '22 06:11

Tom Dickinson


1 Answers

Look into Project -> External Libraries. I`m using Ultimate 13.

More:

Getting Started with Gradle in IntelliJ IDEA 13

like image 190
MariuszS Avatar answered Nov 10 '22 16:11

MariuszS