2021-07-11 17:22:26 +00:00
|
|
|
/*
|
|
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
*/
|
2022-10-24 09:16:38 +00:00
|
|
|
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
|
|
|
|
|
2021-07-11 17:22:26 +00:00
|
|
|
plugins {
|
|
|
|
kotlin("jvm")
|
2021-12-03 09:38:33 +00:00
|
|
|
id("com.github.android-password-store.kotlin-library")
|
2021-07-11 17:22:26 +00:00
|
|
|
}
|
2021-08-16 22:44:43 +00:00
|
|
|
|
|
|
|
dependencies { implementation(libs.thirdparty.kotlinResult) }
|