Infendro 8eb4752fe6
All checks were successful
/ publish (push) Successful in 1m16s
Merge pull request '1.4.2 Release' (#12) from develop into main
Reviewed-on: Infendro/bytes-kt#12
2026-03-11 22:21:55 +00:00
2026-01-14 15:47:39 +01:00
2026-03-11 23:12:41 +01:00
2025-07-24 20:24:17 +02:00
2026-03-11 23:17:32 +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-03-11 23:17:32 +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 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")
}
Description
No description provided
Readme 291 KiB
Languages
Kotlin 100%