kotlin-bip39/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
177 B
Plaintext
Raw Normal View History

2022-04-26 05:08:28 -07:00
buildscript {
dependencyLocking {
lockAllConfigurations()
}
}
dependencyLocking {
lockAllConfigurations()
}
plugins {
id("bip39.ktlint-conventions")
}