Files
bytes.kt/README.md
Infendro d7e65ccc32
All checks were successful
/ test (pull_request) Successful in 2m49s
fix ByteArray to numeric conversion
2026-01-15 16:18:44 +01:00

373 B

bytes-kt

bytes-kt is a Kotlin Multiplatform library that provides helper functions for working with ByteArray and UByteArray.

Installation

Add the following to your build.gradle.kts.

repositories {
    maven("https://git.infendro.com/api/packages/Infendro/maven")
}

commonMain.dependencies {
    implementation("com.infendro:bytes:1.3.2")
}