Kotlin and android lint checks

后端 未结 3 1749
無奈伤痛
無奈伤痛 2021-02-13 01:46

I am really loving to code android apps in Kotlin recently - but I really miss lint. Anyone knows how to get this back ( at least partially ). Is there a project that adapts the

3条回答
  •  余生分开走
    2021-02-13 02:02

    There is a Kotlin linter that has a few different ways of integrating it with different build systems.

    https://github.com/shyiko/ktlint

提交回复
热议问题