Infendro 694c44d7d5
Some checks failed
/ publish (push) Failing after 2m42s
bump version 1.2.0
2025-11-10 13:52:07 +01:00
2025-07-24 20:24:17 +02:00
2025-10-04 12:57:13 +02:00
2025-07-24 20:24:17 +02:00
2025-11-10 13:52:07 +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%