r

runtime-watchosarm32

Tree composition support for code generated by the Compose compiler plugin and corresponding public API
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
runtime-watchosarm32-1.3.0.pom download
runtime-watchosarm32-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.runtime</groupId>
  <artifactId>runtime-watchosarm32</artifactId>
  <version>1.3.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.runtime:runtime-watchosarm32:1.3.0'
Gradle Kotlin
implementation("org.jetbrains.compose.runtime:runtime-watchosarm32:1.3.0")
Scala SBT
libraryDependencies += "org.jetbrains.compose.runtime" % "runtime-watchosarm32" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.runtime', module='runtime-watchosarm32', version='1.3.0')
)
Apache Ivy
<dependency org="org.jetbrains.compose.runtime" name="runtime-watchosarm32" rev="1.3.0" />
Leiningen
[org.jetbrains.compose.runtime/runtime-watchosarm32 "1.3.0"]
Apache Buildr
'org.jetbrains.compose.runtime:runtime-watchosarm32:jar:1.3.0'