Files
hash.kt/gradle/libs.versions.toml
2025-12-13 00:56:02 +01:00

13 lines
402 B
TOML

[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
bytearray = "1.2.3"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
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" }