jlleitschuh
03/07/2017, 4:18 PMpluginBundle {
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