To ensure that all code in our repository follows conventional Kotlin style guidelines, we should have some sort of Kotlin linter (maybe something like ktlint?) that checks the whole android/** folder to see if there are any areas where we fail to meet conventions.
To ensure that all code in our repository follows conventional Kotlin style guidelines, we should have some sort of Kotlin linter (maybe something like
ktlint?) that checks the wholeandroid/**folder to see if there are any areas where we fail to meet conventions.