Infendro 96d2c5785f implement String utilities
UByteArray::decodeToString(): String
String::encodeToUByteArray(): UByteArray
2025-12-12 15:44:39 +01:00
2025-07-24 20:24:17 +02:00
2025-12-01 17:53:06 +01:00
2025-12-12 15:44:39 +01:00
2025-07-24 20:24:17 +02:00
2025-12-01 17:53:42 +01:00
2025-10-04 12:57:13 +02:00
2025-10-04 12:57:13 +02:00
2025-07-24 20:24:17 +02:00
2025-10-04 12:58:45 +02:00
2025-07-24 20:24:17 +02:00

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
No description provided
Readme 291 KiB
Languages
Kotlin 100%