Files
bytes.kt/README.md
Infendro e8baac9ba3
All checks were successful
/ test (pull_request) Successful in 27s
Bump version to 1.4.2
2026-03-11 23:17:32 +01:00

350 B

bytes-kt

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

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.4.2")
}