zcash-android-wallet/build-convention/build.gradle.kts

14 lines
159 B
Plaintext

plugins {
`kotlin-dsl`
}
buildscript {
dependencyLocking {
lockAllConfigurations()
}
}
dependencyLocking {
lockAllConfigurations()
}