f825b6a7abe3ee16ffbb63190062cf49ea9fde93
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%