SLang Kotlin plugin causes build failure in new plugin

Following the instructions here for creating a Sonar Plugin causes a build failure if the SLang Kotlin plugin is included in the pom.

Reproduction:

		<dependency>
			<groupId>org.sonarsource.slang</groupId>
			<artifactId>sonar-kotlin-plugin</artifactId>
			<type>sonar-plugin</type>
			<version>1.7.0.883</version>
			<scope>provided</scope>
		</dependency>
  • build

Error:

Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider javaslang.match.PatternsProcessor not found