mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-22 18:07:19 +00:00
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
|
/*
|
||
|
* 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.kotlin.coroutines.core)
|
||
|
implementation(libs.dagger.hilt.core)
|
||
|
}
|