Hello, we are working on a spring backed written in kotlin. It appears that there are some java rules that we would like to see flagged in our kotlin files (ie https://rules.sonarsource.com/java/RSPEC-3751). Is there a way to configure SonarLint (or SonarQube for that matter) to run java rules on kotlin files?
Thanks!