Hi guys. Do you have an experience with setting up...
# announcements
g
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
Did you make sure to install Kotlin plugin?
g
@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
Sounds like a project config issue, then...