<dependency>
<groupId>org.jetbrains.compose.annotation-internal</groupId>
<artifactId>annotation-mingwx64</artifactId>
<version>1.6.2</version>
<type>klib</type>
</dependency>
libraryDependencies += "org.jetbrains.compose.annotation-internal" % "annotation-mingwx64" % "1.6.2"
@Grapes(
@Grab(group='org.jetbrains.compose.annotation-internal', module='annotation-mingwx64', version='1.6.2')
)
<dependency org="org.jetbrains.compose.annotation-internal" name="annotation-mingwx64" rev="1.6.2" />
compile