Files
mac.kt/gradle/libs.versions.toml
Infendro 4f04f4ae02
All checks were successful
/ test (pull_request) Successful in 50s
Remove unsigned support
2026-02-15 00:11:45 +01:00

15 lines
462 B
TOML

[versions]
infendro = "1.1.0"
kotlin = "2.3.0"
bytes = "1.4.0"
hash = "1.6.0"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }