srctree

Robin Linden parent 96de8d88 43c6dd45
Update ktlint

inlinesplit
buildSrc/src/main/kotlin/KtlintPlugin.kt added: 2, removed: 2, total 0
@@ -2,7 +2,7 @@ import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.api.tasks.JavaExec
 
private const val KTLINT_VERSION = "0.41.0"
private const val KTLINT_VERSION = "0.42.1"
private const val KTLINT = "com.pinterest:ktlint:$KTLINT_VERSION"
 
class KtlintPlugin : Plugin<Project> {