Lint fixes/ignore some errors

This commit is contained in:
Jays2Kings 2021-09-30 23:48:00 -04:00
parent 5b480caaf3
commit 6399bbb779

View file

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