This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
KT-24486 - Opening a .gradle.kts
file in an imported Gradle project pollutes the package list with empty packages
#883
Labels
When I import
kotlin-dsl
, I see a reasonable list of packages, but as soon as I open a.gradle.kts
file, the list of packages in each module explodes to include the Gradle API packages. Closing/opening the project doesn't clear the list.This happens in gradle/gradle's
buildSrc
project too. I've seen this happen in standalone plugin projects too.Steps to Reproduce (for bugs)
I had commit 6dd79ff checked out. I ran
git clean -fxd
to make sure there wasn't any Intellij files laying around.After importing
kotlin-dsl
, I see this list of packages in theplugins
project:After opening provider/build.gradle.kts:
This appears to be the shaded Gradle API jar packages. I'm not sure if this is something we're feeding to IntelliJ or a bug on IntelliJ's side?
Your Environment
macOS, IntelliJ 2018.1
The text was updated successfully, but these errors were encountered: