diff --git a/build.gradle b/build.gradle index fee8af8822..b9792511d6 100644 --- a/build.gradle +++ b/build.gradle @@ -90,6 +90,8 @@ allprojects { // See https://github.com/JLLeitschuh/ktlint-gradle#configuration ktlint { + // See https://github.com/pinterest/ktlint/releases/ + version = "0.45.1" android = true ignoreFailures = false enableExperimentalRules = true diff --git a/dependencies_groups.gradle b/dependencies_groups.gradle index 45883f506d..6f155a0149 100644 --- a/dependencies_groups.gradle +++ b/dependencies_groups.gradle @@ -39,6 +39,7 @@ ext.groups = [ regex: [ ], group: [ + 'ch.qos.logback', 'com.adevinta.android', 'com.airbnb.android', 'com.almworks.sqlite4java', @@ -113,6 +114,7 @@ ext.groups = [ 'info.picocli', 'io.arrow-kt', 'io.github.detekt.sarif4k', + 'io.github.microutils', 'io.github.reactivecircus.flowbinding', 'io.grpc', 'io.jsonwebtoken',