19b2fb36fd7fb9676097e3d4ec86cc2a97e4fd41
All checks were successful
/ test (pull_request) Successful in 1m44s
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.4")
}
Description
Languages
Kotlin
100%