a07805c8cc
- 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.
7 lines
105 B
Text
7 lines
105 B
Text
plugins {
|
|
alias(libs.plugins.kotlinJvm)
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation(libs.kotlin.test)
|
|
}
|