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