<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-annotations</artifactId>
<version>1.9.22</version>
</dependency>
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-gradle-plugin-annotations" % "1.9.22"
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-gradle-plugin-annotations', version='1.9.22')
)
<dependency org="org.jetbrains.kotlin" name="kotlin-gradle-plugin-annotations" rev="1.9.22" />