From 2b3951fe0483f1ad43e6357e6ca039129fe7f994 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 28 Mar 2022 16:17:27 +0200 Subject: [PATCH] Force ktlint to version 0.45.1. The ktlint plugin is using 0.42.1 --- build.gradle | 2 ++ dependencies_groups.gradle | 2 ++ 2 files changed, 4 insertions(+) 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',