Infendro e5ec166bcb
Some checks failed
/ test (push) Failing after 1m16s
/ publish (push) Has been skipped
improve ci
2026-01-13 15:50:29 +01:00
2026-01-13 15:50:29 +01:00
2025-12-13 00:54:00 +01:00
2025-07-24 20:24:17 +02:00
2025-12-13 01:09:41 +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-12-13 15:23:18 +01:00
2025-12-13 00:54:00 +01:00

bytearray-kt

bytearray-kt is a Kotlin Multiplatform library that provides helper functions for working with 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.2.4")
}
Description
No description provided
Readme 291 KiB
Languages
Kotlin 100%