Add spotless (with ktlint) (#1136)

This commit is contained in:
AntsyLich
2024-08-19 18:11:14 +06:00
committed by GitHub
parent ac41bffdc9
commit 5ae8095ef1
10 changed files with 48 additions and 2 deletions

View File

@ -4,6 +4,8 @@ import mihon.buildlogic.configureTest
plugins {
id("com.android.test")
kotlin("android")
id("mihon.code.lint")
}
android {