<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime-watchosarm64</artifactId>
<version>1.6.10</version>
<type>klib</type>
</dependency>
libraryDependencies += "org.jetbrains.compose.runtime" % "runtime-watchosarm64" % "1.6.10"
@Grapes(
@Grab(group='org.jetbrains.compose.runtime', module='runtime-watchosarm64', version='1.6.10')
)
<dependency org="org.jetbrains.compose.runtime" name="runtime-watchosarm64" rev="1.6.10" />