Lint fixes/ignore some errors

This commit is contained in:
arkon
2021-04-11 18:16:15 -04:00
parent 5ff10799e4
commit a3f1b72126
6 changed files with 27 additions and 4 deletions

View File

@@ -20,6 +20,9 @@ subprojects {
kotlinter {
experimentalRules = true
// Doesn't play well with Android Studio
disabledRules = arrayOf("experimental:argument-list-wrapping")
}
}