diceware: init empty module
This commit is contained in:
parent
29c5e65bf7
commit
67f8eb8404
2 changed files with 16 additions and 0 deletions
14
passgen/diceware/build.gradle.kts
Normal file
14
passgen/diceware/build.gradle.kts
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
/*
|
||||||
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
kotlin("jvm")
|
||||||
|
id("com.github.android-password-store.kotlin-library")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation(libs.dagger.hilt.core)
|
||||||
|
testImplementation(libs.bundles.testDependencies)
|
||||||
|
}
|
|
@ -52,4 +52,6 @@ include("format-common")
|
||||||
|
|
||||||
include("openpgp-ktx")
|
include("openpgp-ktx")
|
||||||
|
|
||||||
|
include("passgen:diceware")
|
||||||
|
|
||||||
include("dependency-sync")
|
include("dependency-sync")
|
||||||
|
|
Loading…
Reference in a new issue