vscode-gradle-language icon indicating copy to clipboard operation
vscode-gradle-language copied to clipboard

false duplication warning

Open kgeis opened this issue 4 years ago • 1 comments

I have a valid build.gradle, and the plugin complains

"repositories" has already been used in this build script.

buildscript {
    repositories {
    }
}
repositories {
}

kgeis avatar May 04 '20 17:05 kgeis

It is the same for subprojects and they are duplicated in all flutter project.

Henge9 avatar Dec 04 '20 09:12 Henge9