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