diceware: init empty module

This commit is contained in:
Harsh Shandilya 2021-12-09 22:00:33 +05:30
parent 29c5e65bf7
commit 67f8eb8404
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 16 additions and 0 deletions

View 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)
}

View file

@ -52,4 +52,6 @@ include("format-common")
include("openpgp-ktx")
include("passgen:diceware")
include("dependency-sync")