Flow Preferences

Kotlin Flow version of rx-preferences -- Coroutines support for Android SharedPreferences

License

License

GroupId

GroupId

com.fredporciuncula
ArtifactId

ArtifactId

flow-preferences
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

aar
Description

Description

Flow Preferences
Kotlin Flow version of rx-preferences -- Coroutines support for Android SharedPreferences
Project URL

Project URL

https://github.com/tfcporciuncula/flow-preferences
Source Code Management

Source Code Management

https://github.com/tfcporciuncula/flow-preferences

Download flow-preferences

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.6.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.0
1.6.0
1.5.0