dependency simplified

This commit is contained in:
Sergey Chernov 2025-03-16 22:29:22 +03:00
parent 85b13ed8ca
commit 7d3e396cf7

View File

@ -73,7 +73,6 @@ kotlin {
implementation("org.kotlincrypto.hash:sha3")
api("com.ionspin.kotlin:bignum:0.3.9")
api("net.sergeych:mp_bintools:0.1.12-SNAPSHOT")
api("net.sergeych:mp_stools:1.5.1")
}
}
val commonTest by getting {