Apply Kotlinter 4.0.0

This commit is contained in:
Niko Diamadis
2023-11-11 23:49:05 +01:00
parent 203b3a76d5
commit 537c34cc87
5 changed files with 6 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'org.jmailen.kotlinter' version '3.15.0'
id 'org.jmailen.kotlinter' version '4.0.0'
}
android {