As has been suggested, I’m using property("sonar.sources", "./src/commonMain/kotlin,./src/nativeMain/kotlin")
, but getting this exception:
Execution failed for task ':sonar'.
> class java.lang.String cannot be cast to class java.util.Collection (java.lang.String and java.util.Collection are in module java.base of loader 'bootstrap')
Any help would be appreciated.