Skip to content

Commit

Permalink
Added Asitplus Crypto lib
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jul 14, 2024
1 parent 776bb75 commit f97e175
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daraja/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ kotlin {
implementation(libs.cache4k)

implementation(libs.okio)

implementation(libs.asitplusCrypto)
}
sourceSets["commonTest"].dependencies {
implementation(kotlin("test"))
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ kotlinxTestResources = "0.2.2"
composeMultiplatform = "1.6.11"
cache4k = "0.13.0"
okio = "3.9.0"
asitplusCrypto="3.2.1"
mockative = "2.2.2"

[plugins]
Expand Down Expand Up @@ -56,6 +57,7 @@ napier = { module = "io.github.aakira:napier", version.ref = "napier" }
kotlinX-dateTime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinxDateTime" }
cache4k = { module = "io.github.reactivecircus.cache4k:cache4k", version.ref = "cache4k" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
asitplusCrypto={module="at.asitplus.crypto:datatypes", version.ref="asitplusCrypto"}

#Tests Lib Dependencies
# kotlinX-testResources = { module = "com.goncalossilva:resources", version.ref = "kotlinxTestResources" }
Expand Down
5 changes: 5 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ dependencyResolutionManagement {
mavenLocal()
google()
mavenCentral()
maven(uri("https://raw.githubusercontent.com/a-sit-plus/kotlinx.serialization/mvn/repo"))
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
name = "bigNum"
}
}
}

Expand Down

0 comments on commit f97e175

Please sign in to comment.