Android-Password-Store/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
451 B
Plaintext
Raw Normal View History

2020-07-23 14:39:36 +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
*/
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
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")
id("com.github.android-password-store.git-hooks")
id("com.github.android-password-store.spotless")
2022-06-30 21:33:59 +05:30
id("com.github.android-password-store.versions")
alias(libs.plugins.hilt) apply false
2020-07-23 14:39:36 +05:30
}