Skip to content

demoofbug/kotlin-keyring

Repository files navigation

kkeyring

Maven Central Kotlin Multiplatform License

kkeyring


Table of Contents


Features


Platform Support

  • 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)

Installation

Gradle

build.gradle.kts
repositories {
    mavenCentral()
}

dependencies {
    implementation("com.getiox:kkeyring:0.0.1")
}

Maven

pom.xml
<dependency>
    <groupId>com.getiox</groupId>
    <artifactId>kkeyring-jvm</artifactId>
    <version>0.0.1</version>
</dependency>

Usage Examples

Kotlin Example

Kotlin set/get/delete
import com.getiox.kkeyring.*

Java Example

Java set/get/delete
import com.getiox.kkeyring.*;


License

This project is licensed under the MIT License. See LICENSE for full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages