https://kotlinlang.org logo
a

adolev

10/19/2018, 10:17 AM
Hi! I read that there is now an official Kotlin style guide. It can be set in the gradle properties ('kotlin.code.style=official'). Is there also a way to ensure all files have been formatted accordingly? I tried the ktlint gradle plugin, but it seems to disagree with what IntelliJ formats. Specifically Wildcard imports seem no problem for IntellIj formatter, but ktlint complains about them.