kee-wallet/library/crypto/build.gradle.kts
Severiano Jaramillo a07805c8cc Remove Cryptography multiplatform library
- Added extension functions to convert BigInteger to hex string, and viceversa.
- Updated Android Gradle Plugin to the latest version.
- Updated AndroidX Activity Compose to the latest stable version.
2024-04-29 17:08:25 -07:00

7 lines
105 B
Text

plugins {
alias(libs.plugins.kotlinJvm)
}
dependencies {
testImplementation(libs.kotlin.test)
}