Update Kotlinter to 3.15.0

This commit is contained in:
Niko Diamadis
2023-07-18 00:01:04 +02:00
parent 757dedcfa2
commit 2397e2eea9
13 changed files with 25 additions and 20 deletions

View File

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