Hello Kotlin developers,
The SonarCloud’s Kotlin analysis knows how to scan your Kotlin 1.7 code.
It also supports a new property so you can be precise about the version of Kotlin used in your project.
The property is sonar.kotlin.source.version
and its format is X.Y
(e.g. 1.7
). Its default value is 1.5
.
Alex