zcash-android-wallet/mnemonic/build.gradle

15 lines
298 B
Groovy

import cash.z.ecc.android.Deps
apply plugin: 'kotlin'
dependencies {
implementation Deps.JavaX.INJECT
implementation Deps.Kotlin.STDLIB
// Zcash
implementation Deps.Zcash.ANDROID_WALLET_PLUGINS
implementation Deps.Zcash.KOTLIN_BIP39
testImplementation Deps.Test.JUNIT
}