https://kotlinlang.org logo
#gradle
Title
j

jlleitschuh

03/07/2017, 4:18 PM
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 {
        "ktlintPlugin" {
            id = "org.jlleitschuh.gradle.ktlint"
            displayName = ""
        }
    }
}
Intellij is not happy with this. It says string can not be invoked as a function