``` pluginBundle { vcsUrl = "<https://github.c...
# gradle
j
Copy code
pluginBundle {
    vcsUrl = "<https://github.com/JLLeitschuh/ktlint-gradle>"
    description = "Provides a convenient wrapper plugin over the ktlint project."
    tags = listOf("ktlint", "kotlin", "linting")

    plugins.apply {
        create("ktlintPlugin") {
            id = "org.jlleitschuh.gradle.ktlint"
            displayName = ""
        }
    }
}
Intellij seems happy with this