96d2c5785f17ba0ffcffd41895a9d4358d981957
UByteArray::decodeToString(): String String::encodeToUByteArray(): UByteArray
Kotlin ByteArray Utilities
This library provides various utilities for working with ByteArray in Kotlin Multiplatform.
Features
- Multiplatform support
- JVM
- JavaScript
- Native (Linux)
Installation
Add the following to your build.gradle.kts.
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
dependencies {
implementation("com.infendro:bytearray:1.1.1")
}
Description
Languages
Kotlin
100%