03ec68cc409a92c4f57b5d2ec246ffe8a1c87e71
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.3.4")
}
Description
Languages
Kotlin
100%