Skip to content

IdeaModelBuilder does not provide groovy-all as compile dep for buildSrc #12274

@gavra0

Description

@gavra0

In 6.2 creating a buildSrc project in an Android build results in groovy-all missing from its compile classpath. This means that references to e.g. GString are not resolved in the IDE.

The root cause seems to be that the IdeaModelBudiler.buildDependencies does not handle ModuleLibrary which is the type used to wrap groovy-all after this change 0b56b61.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions