Project property - dependency not displayed

Hi
Notice that the dependencies are not displayed in nowadays in the project property in recent versions include v7.1 though I have dependencies in my project

image

Wondering what is the expected use of this option in the project properties file?

Hi

As it is described in Studio User Guide dependencies panel allows you to add some third-party dependencies to your project modules. You can see them in the dependencies sections of the modules configuration blocks of your build.gradle file.
The appComponent("com.haulmont...") dependencies are actually application components added to your project. They can be managed in the CUBA Add-Ons window (CUBA → Marketplace…)

Thanks. That means I am not missing anything here, it is designed like that.