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