eb2cdbea736b0cf5959fe4f031c0f4a0f202c527
Kotlin ByteArray Utilities
This library provides various utilities for working with ByteArray in Kotlin Multiplatform.
Features
- Multiplatform support
- JVM
- JavaScript
- Native (Linux)
Installation
Add the following to your build.gradle.kts.
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
dependencies {
implementation("com.infendro:bytearray:1.1.1")
}
Description
Languages
Kotlin
100%