r

runtime-saveable

Compose components that allow saving and restoring the local ui state
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
runtime-saveable-1.6.11.jar download
runtime-saveable-1.6.11.pom download
runtime-saveable-1.6.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.runtime</groupId>
  <artifactId>runtime-saveable</artifactId>
  <version>1.6.11</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.runtime:runtime-saveable:1.6.11'
Gradle Kotlin
implementation("org.jetbrains.compose.runtime:runtime-saveable:1.6.11")
Scala SBT
libraryDependencies += "org.jetbrains.compose.runtime" % "runtime-saveable" % "1.6.11"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.runtime', module='runtime-saveable', version='1.6.11')
)
Apache Ivy
<dependency org="org.jetbrains.compose.runtime" name="runtime-saveable" rev="1.6.11" />
Leiningen
[org.jetbrains.compose.runtime/runtime-saveable "1.6.11"]
Apache Buildr
'org.jetbrains.compose.runtime:runtime-saveable:jar:1.6.11'