This commit is contained in:
Jakub Chrzanowski 2020-11-25 10:39:19 +01:00
parent 84ed70b7e3
commit 77ba9d7e7a

View File

@ -16,8 +16,6 @@ plugins {
id("io.gitlab.arturbosch.detekt") version "1.14.2" id("io.gitlab.arturbosch.detekt") version "1.14.2"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "9.4.1" id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
// dependency checker
id("com.github.ben-manes.versions") version "0.36.0"
} }
// Import variables from gradle.properties file // Import variables from gradle.properties file