Files
openide/plugins
Nikita Biriukov 9ce2071a66 [gradle][android] IDEA-347852 considers version catalogs in included builds of a composite build.
Each included build (linked project) could have its own version catalogs, different to the catalogs of a root composite build. This change makes possible accessing version catalogs of an included build.

Also, it enables navigation from a build script (either Groovy or Kts) in an included build to a corresponding version catalog.
For example, from `/app/build.gradle` to `/app/gradle/libs.versions.toml`, where `app` is a build included in the settings file of the composite build using `includeBuild("app")`

GitOrigin-RevId: ed5d68cb91e7fe74c0af1755e3cbfa7b3b2d1abf
2024-09-16 17:34:49 +00:00
..
2024-09-13 15:28:16 +00:00