2021-07-11 17:22:26 +00:00
|
|
|
/*
|
2024-08-13 19:01:25 +00:00
|
|
|
* Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
|
2021-07-11 17:22:26 +00:00
|
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
*/
|
2023-04-29 01:28:41 +00:00
|
|
|
plugins { id("com.github.android-password-store.kotlin-jvm-library") }
|
2021-08-16 22:44:43 +00:00
|
|
|
|
|
|
|
dependencies { implementation(libs.thirdparty.kotlinResult) }
|