11 lines
315 B
TOML
11 lines
315 B
TOML
[versions]
|
|
kotlin = "2.2.21"
|
|
bytearray = "1.2.3"
|
|
|
|
[plugins]
|
|
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
|
|
[libraries]
|
|
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
|
|
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|