-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
43 lines (40 loc) · 1.87 KB
/
Copy pathlibs.versions.toml
File metadata and controls
43 lines (40 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[versions]
kotlin = "2.4.0"
agp = "8.12.3"
core = "1.5.0"
kotlinxIoCore = "0.9.0"
kotlinxMetadataJvm = "0.9.0"
multibase = "1.2.2"
bignum = "0.3.10"
jose = "9.31"
kotlinpoet = "2.2.0"
kotlincryptoRandom = "0.6.0"
asp = "20260701"
classgraph = "4.8.184"
bouncycastle= "1.84"
testballoon = "1.0.0-K2.4.0-Beta2"
serialization = "1.11.0"
cidre = "0.4.0"
urikmp = "0.0.20"
awesn1 = "0.5.0"
modulator = "0.1.0"
[libraries]
bignum = { group = "com.ionspin.kotlin", name = "bignum", version.ref = "bignum" }
kotlinx-io-core = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version.ref = "kotlinxIoCore" }
kotlinx-metadata-jvm = { group = "org.jetbrains.kotlinx", name = "kotlinx-metadata-jvm", version.ref = "kotlinxMetadataJvm" }
jose = { group = "com.nimbusds", name = "nimbus-jose-jwt", version.ref = "jose" }
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version.ref = "kotlinpoet" }
multibase = { module = "at.asitplus:multibase", version.ref = "multibase" }
securerandom = { module = "org.kotlincrypto.random:crypto-rand", version.ref = "kotlincryptoRandom" }
asp = { module = "at.asitplus.gradle:k2", version.ref = "asp" }
classgraph = { group = "io.github.classgraph", name = "classgraph", version.ref = "classgraph" }
awesn1-crypto = {module = "at.asitplus.awesn1:crypto", version.ref= "awesn1"}
awesn1-oids = {module = "at.asitplus.awesn1:oids", version.ref= "awesn1"}
awesn1-io = {module = "at.asitplus.awesn1:kxs-io", version.ref= "awesn1"}
cidre = { module = "at.asitplus:cidre", version.ref = "cidre"}
urikmp = {module = "com.eygraber:uri-kmp", version.ref = "urikmp"}
#for build logic conventions plugin, as it needs the artefact, not the plugin ID
agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
modulator = { module = "at.asitplus:gradle-modulator", version.ref = "modulator" }
[plugins]
asp = { id = "at.asitplus.gradle.conventions", version.ref = "asp" }