2020-07-23 14:39:36 +05:30
|
|
|
/*
|
2021-03-09 14:45:27 +05:30
|
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
2020-07-23 14:39:36 +05:30
|
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
*/
|
2022-02-17 02:36:22 +00:00
|
|
|
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
|
2021-12-03 12:24:32 +05:30
|
|
|
|
2020-07-23 14:39:36 +05:30
|
|
|
plugins {
|
2021-11-29 02:27:21 +05:30
|
|
|
id("com.github.android-password-store.kotlin-common")
|
2021-11-15 11:18:29 +05:30
|
|
|
id("com.github.android-password-store.git-hooks")
|
2021-11-09 21:33:59 +05:30
|
|
|
id("com.github.android-password-store.spotless")
|
2022-06-30 21:33:59 +05:30
|
|
|
id("com.github.android-password-store.versions")
|
2022-02-17 02:36:22 +00:00
|
|
|
alias(libs.plugins.hilt) apply false
|
2020-07-23 14:39:36 +05:30
|
|
|
}
|