use bytearray library

This commit is contained in:
2025-07-24 20:35:51 +02:00
parent 2a11ec3653
commit 9579d3c97b
9 changed files with 30 additions and 138 deletions

View File

@@ -1,5 +1,9 @@
[versions]
kotlin = "2.1.20"
bytearray = "1.1.0"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }