Molecule

Build a Flow or Observable stream using Jetpack Compose.

License

License

GroupId

GroupId

app.cash.molecule
ArtifactId

ArtifactId

molecule-runtime
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

Molecule
Build a Flow or Observable stream using Jetpack Compose.
Project URL

Project URL

https://github.com/cashapp/molecule/
Source Code Management

Source Code Management

https://github.com/cashapp/molecule/

Download molecule-runtime

How to add to project

<!-- https://jarcasting.com/artifacts/app.cash.molecule/molecule-runtime/ -->
<dependency>
    <groupId>app.cash.molecule</groupId>
    <artifactId>molecule-runtime</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.molecule/molecule-runtime/
implementation 'app.cash.molecule:molecule-runtime:0.2.0'
// https://jarcasting.com/artifacts/app.cash.molecule/molecule-runtime/
implementation ("app.cash.molecule:molecule-runtime:0.2.0")
'app.cash.molecule:molecule-runtime:aar:0.2.0'
<dependency org="app.cash.molecule" name="molecule-runtime" rev="0.2.0">
  <artifact name="molecule-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.cash.molecule', module='molecule-runtime', version='0.2.0')
)
libraryDependencies += "app.cash.molecule" % "molecule-runtime" % "0.2.0"
[app.cash.molecule/molecule-runtime "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
androidx.compose.runtime » runtime jar 1.1.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

runtime (2)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.2.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0