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