diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 14:46:38 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 14:46:38 +0530 |
commit | edc110dcc148be7362c4e48ffbff151764afc966 (patch) | |
tree | 9eab1687059f9786e09cee2c76d2cbfd5583d594 /coroutine-utils | |
parent | f5c49c285dcd573524d1ad80d075a646ca4972cf (diff) |
chore(gradle): add missing suppressions and license headers
Diffstat (limited to 'coroutine-utils')
-rw-r--r-- | coroutine-utils/build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coroutine-utils/build.gradle.kts b/coroutine-utils/build.gradle.kts index 78f1e8c2..3daf5f4f 100644 --- a/coroutine-utils/build.gradle.kts +++ b/coroutine-utils/build.gradle.kts @@ -2,6 +2,8 @@ * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. * SPDX-License-Identifier: GPL-3.0-only */ +@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") + plugins { kotlin("jvm") id("com.github.android-password-store.kotlin-library") |