d04e1fa368
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
11 lines
345 B
Text
11 lines
345 B
Text
/*
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
plugins { id("com.github.android-password-store.kotlin-jvm-library") }
|
|
|
|
dependencies {
|
|
implementation(projects.coroutineUtils)
|
|
implementation(libs.testing.junit)
|
|
implementation(libs.kotlin.coroutines.test)
|
|
}
|