From 691b8225035d8fe59539a971a85b1df2f2f84ebe Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Tue, 7 Mar 2023 18:58:13 +0100 Subject: [PATCH] Install ktlint plugin --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 2c3382c01..a0a49dda4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' + id 'org.jlleitschuh.gradle.ktlint' version "11.3.1" } android {