kkeyring
- Kotlin/JVM (Java 17+)
- Kotlin/Android (API 23+, ARM64 and x86_64)
- Kotlin/JS (Node.js)
- Kotlin/Native for iOS (ARM64, x64, Simulator)
- Kotlin/Native for macOS (ARM64, x64)
- Kotlin/Native for Windows (x64)
- Kotlin/Native for Linux (ARM64, x64)
build.gradle.kts
repositories {
mavenCentral()
}
dependencies {
implementation("com.getiox:kkeyring:0.0.1")
}
pom.xml
<dependency>
<groupId>com.getiox</groupId>
<artifactId>kkeyring-jvm</artifactId>
<version>0.0.1</version>
</dependency>
Kotlin set/get/delete
import com.getiox.kkeyring.*
Java set/get/delete
import com.getiox.kkeyring.*;
This project is licensed under the MIT License. See LICENSE for full details.