d55ec62be9e6787028b8c1885c2c89a1fc5ab1f1
bytes-kt
bytes-kt is a Kotlin Multiplatform library that provides helper functions for working with ByteArray and UByteArray.
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.3.1")
}
Description
Languages
Kotlin
100%