<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime-wasm-js</artifactId>
<version>1.7.0-beta02</version>
<type>klib</type>
</dependency>
libraryDependencies += "org.jetbrains.compose.runtime" % "runtime-wasm-js" % "1.7.0-beta02"
@Grapes(
@Grab(group='org.jetbrains.compose.runtime', module='runtime-wasm-js', version='1.7.0-beta02')
)
<dependency org="org.jetbrains.compose.runtime" name="runtime-wasm-js" rev="1.7.0-beta02" />
runtime
|-- org.jetbrains.compose.collection-internal:collection-wasm-js:1.7.0-beta02
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24
|-- org.jetbrains.kotlinx:atomicfu-wasm-js:0.23.2
|-- org.jetbrains.kotlinx:kotlinx-browser-wasm-js:0.1
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-wasm-js:1.8.0