Infendro 947ef907a5
All checks were successful
/ test (pull_request) Successful in 6m14s
more optimizations, split ci
2026-01-14 16:03:16 +01:00
2026-01-14 15:47:39 +01:00
2026-01-14 16:03:16 +01:00
2025-07-24 20:24:17 +02:00
2026-01-14 15:36:50 +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
2026-01-14 15:36:50 +01:00
2026-01-14 15:36:50 +01:00

bytes-kt

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

Targets

Target Status
JVM Supported
JavaScript Supported
Native (Linux) Supported
Native (Windows) Not Supported

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.3.0")
}
Description
No description provided
Readme 291 KiB
Languages
Kotlin 100%