use bytearray library
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user