From 38fcc6df4b3ab51a4a31f85aa21a58b5aa7e1861 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 15 Jan 2026 13:13:12 +0000 Subject: [PATCH] Update Home --- Home.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Home.md b/Home.md index 58d1c88..92c8fd5 100644 --- a/Home.md +++ b/Home.md @@ -1,15 +1,6 @@ # bytes-kt -`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `UByteArray` and `ByteArray`. - -## Targets - -| Target | Status | -|------------------|---------------| -| JVM | Supported | -| JavaScript | Supported | -| Native (Linux) | Supported | -| Native (Windows) | Not Supported | +`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray` and `UByteArray`. ## Installation @@ -20,7 +11,7 @@ repositories { maven("https://git.infendro.com/api/packages/Infendro/maven") } -dependencies { - implementation("com.infendro:bytes:1.3.0") +commonMain.dependencies { + implementation("com.infendro:bytes:1.3.1") } ``` \ No newline at end of file