SharedPrefs-ktx

Save and load objects from SharedPreferences in a faster and simpler way with Kotlin Extensions! 🎉

License

License

Categories

Categories

GUI User Interface Gson Data JSON
GroupId

GroupId

com.github.guilhe.sharedprefs-ktx
ArtifactId

ArtifactId

converter-gson
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

SharedPrefs-ktx
Save and load objects from SharedPreferences in a faster and simpler way with Kotlin Extensions! 🎉

Download converter-gson

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-gson/ -->
<dependency>
    <groupId>com.github.guilhe.sharedprefs-ktx</groupId>
    <artifactId>converter-gson</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-gson/
implementation 'com.github.guilhe.sharedprefs-ktx:converter-gson:1.0.2'
// https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-gson/
implementation ("com.github.guilhe.sharedprefs-ktx:converter-gson:1.0.2")
'com.github.guilhe.sharedprefs-ktx:converter-gson:aar:1.0.2'
<dependency org="com.github.guilhe.sharedprefs-ktx" name="converter-gson" rev="1.0.2">
  <artifact name="converter-gson" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe.sharedprefs-ktx', module='converter-gson', version='1.0.2')
)
libraryDependencies += "com.github.guilhe.sharedprefs-ktx" % "converter-gson" % "1.0.2"
[com.github.guilhe.sharedprefs-ktx/converter-gson "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-parcelize-runtime jar 1.4.21-2
com.google.code.gson : gson jar 2.8.6
com.jakewharton.timber : timber jar 4.7.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0