Simplify Android Kotlin Code with Ktlint

Kotlin linter that can improve our code

Achmad Fachrudin
ProAndroidDev
Published in
2 min readSep 29, 2019

--

When we talk about lint, many developers think it is related to the style guide. Well, this is not only that.

Linting is the process of analyzing code for potential errors.

As an Android developer, we are using Kotlin language, but is our code clean and comfortable to read…

--

--