I have tried ktlint to apply standard settings to ...
# getting-started
b
I have tried ktlint to apply standard settings to Android Studio, but they also don’t work. The settings do not product kotlin code that can successfully pass ktlint checks
s
look into detekt.
s
https://blog.jetbrains.com/kotlin/2018/01/kotlin-1-2-20-is-out/ There is a section on Kotlin Style Guide in the post. This might help.