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

@@ -2,6 +2,8 @@ import mihon.buildlogic.configureCompose
plugins {
id("com.android.library")
id("mihon.code.lint")
}
android {