@@ -5,25 +5,25 @@ detekt = "1.23.8"
55hbmartinRules = " 0.1.7"
66jbAnnotations = " 26.0.2"
77bignum = " 0.3.10"
8- cryptoRandom = " 0.5.0"
9- cryptoMacs = " 0.7.0"
8+ kotlinxDatetime = " 0.4.1"
9+ ktor = " 2.3.6"
10+ benManesVersions = " 0.52.0"
11+ kotlinCompilerWrapper = " 0.0.4"
12+ compileSdk = " 34"
13+ minSdk = " 26"
1014
1115[libraries ]
1216detekt-formatting = { group = " io.gitlab.arturbosch.detekt" , name = " detekt-formatting" , version.ref = " detekt" }
17+ detekt-libraries = { group = " io.gitlab.arturbosch.detekt" , name = " detekt-rules-libraries" , version.ref = " detekt" }
1318detekt-hbmartin = { group = " me.haroldmartin" , name = " hbmartin-detekt-rules" , version.ref = " hbmartinRules" }
19+ detekt-kotlinCompilerWrapper = { group = " com.braisgabin.detekt" , name = " kotlin-compiler-wrapper" , version.ref = " kotlinCompilerWrapper" }
1420jetbrainsAnnotations = { group = " org.jetbrains" , name = " annotations" , version.ref = " jbAnnotations" }
1521bignum = { group = " com.ionspin.kotlin" , name = " bignum" , version.ref = " bignum" }
16- crypto-random = { group = " org.kotlincrypto" , name = " random" , version.ref = " cryptoRandom" }
17- crypto-macs = { group = " org.kotlincrypto" , name = " macs" , version.ref = " cryptoMacs" }
18-
19- implementation(platform("org.kotlincrypto.macs:bom:0.3.0"))
20- implementation("org.kotlincrypto.macs:hmac-sha2")
21- implementation(platform("org.kotlincrypto.hash:bom:0.3.0"))
22- implementation("org.kotlincrypto.hash:sha2")
23- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
24- implementation("io.ktor:ktor-client-core:2.3.6")
22+ kotlinx-datetime = { group = " org.jetbrains.kotlinx" , name = " kotlinx-datetime" , version.ref = " kotlinxDatetime" }
23+ ktor-client-core = { group = " io.ktor" , name = " ktor-client-core" , version.ref = " ktor" }
2524
2625[plugins ]
2726android-library = { id = " com.android.library" , version.ref = " agp" }
27+ kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
2828detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
29- hbmartinRules = { id = " com.hbmartin.rules " , version.ref = " hbmartinRules " }
29+ benManes-versions = { id = " com.github.ben-manes.versions " , version.ref = " benManesVersions " }
0 commit comments