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