<dependency>
<groupId>org.jetbrains.androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-compose-js</artifactId>
<version>2.8.0-rc03</version>
<type>klib</type>
</dependency>
implementation 'org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose-js:2.8.0-rc03'
implementation("org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose-js:2.8.0-rc03")
libraryDependencies += "org.jetbrains.androidx.lifecycle" % "lifecycle-runtime-compose-js" % "2.8.0-rc03"
@Grapes(
@Grab(group='org.jetbrains.androidx.lifecycle', module='lifecycle-runtime-compose-js', version='2.8.0-rc03')
)
<dependency org="org.jetbrains.androidx.lifecycle" name="lifecycle-runtime-compose-js" rev="2.8.0-rc03" />
compile
|-- org.jetbrains.androidx.lifecycle:lifecycle-runtime-js
|-- org.jetbrains.compose.annotation-internal:annotation-js:1.6.10-rc03
|-- org.jetbrains.compose.runtime:runtime-js:1.6.10-rc03
|-- org.jetbrains.kotlin:kotlin-dom-api-compat:1.9.23
runtime