Sonar Kotlin analyzer considers all files as unchanged

Hi there!

The docs for the kotlin analyzer state that the sonar analysis skips unchanged files

However in practice we see that the analyzer runs on all files even if it it’s only a single file that has been changed.

Is there any way to debug on why does this occur?

We are using Sonar server : 2025.4.2 , sonar gradle plugin : 6.2.0.5505

Hi,

Can you add --info to your analysis command line and provide the resulting analysis log?

 
Thx,
Ann