https://kotlinlang.org logo
Title
g

gavvvr

10/22/2019, 11:23 AM
Hi guys. Do you have an experience with setting up sonarqube on Kotlin projects? I decided to add Sonar to Jenkins pipeline of my Spring Boot Kotlin app. Do not know why, but Sonar does not index Kotlin files 😐 . Same thing happens to other kotlin-examples maven projects. But for simplest hello world apps it works. Asked a question here with steps to reproduce: https://stackoverflow.com/questions/58500406 Any ideas why Sonar ignores Kotlin sources?
w

wasyl

10/22/2019, 11:26 AM
Did you make sure to install Kotlin plugin?
g

gavvvr

10/22/2019, 2:39 PM
@wasyl Kotlin plugin is installed by default, made sure bu checking content of docker image and inside Sonar admin panel GUI. For some very simple Kotlin projects Sonar works, for some does not
m

Mike

10/22/2019, 2:59 PM
Sounds like a project config issue, then...