io.github.mfederczuk.ktlint
所有者: Michael Federczuk
ktlint Git-hook安装插件
https://github.com/mfederczuk/ktlint-gradle-plugin#readme
来源:https://github.com/mfederczuk/ktlint-gradle-plugin.git
使用插件DSL
plugins {
id("io.github.mfederczuk.ktlint") version "0.1.0-indev09"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.mfederczuk:ktlint-gradle-plugin:0.1.0-indev09")
}
}
apply(plugin = "io.github.mfederczuk.ktlint")