<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-annotation-processing-maven</artifactId>
<version>1.4.20</version>
</dependency>
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-annotation-processing-maven" % "1.4.20"
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-annotation-processing-maven', version='1.4.20')
)
<dependency org="org.jetbrains.kotlin" name="kotlin-annotation-processing-maven" rev="1.4.20" />