Fixed
Status Update
Comments
so...@google.com <so...@google.com> #2
The problem is that the projectId
s of modules from an included build is computed using the root folder of the main build and this way an :app
module from an included build overrides the variant selection from :app
module from the main(root) build.
The IDE internally uses Gradle-like paths to refer to projects in included builds which look like included-build-name:project-id:sub-project-id
and does not store the roots of included builds anywhere(?). We need to reverse-map these paths to pairs of included build roots and local Gradle paths.
Description
Variants remain not changed for all modules including the one on which the change was triggered.