17 lines
535 B
TOML
17 lines
535 B
TOML
[versions]
|
|
infendro = "1.1.0"
|
|
kotlin = "2.3.0"
|
|
mac = "1.3.0"
|
|
hash = "1.5.1"
|
|
bytes = "1.3.4"
|
|
|
|
[plugins]
|
|
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
|
|
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
|
|
[libraries]
|
|
mac = { module = "com.infendro:mac", version.ref = "mac" }
|
|
hash = { module = "com.infendro:hash", version.ref = "hash" }
|
|
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }
|
|
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|