c83ce48196
* chore(deps): update com.google.dagger to v2.41 * build: switch Hilt to new plugin syntax Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
13 lines
463 B
Text
13 lines
463 B
Text
/*
|
|
* 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 {
|
|
id("com.github.android-password-store.kotlin-common")
|
|
id("com.github.android-password-store.binary-compatibility")
|
|
id("com.github.android-password-store.git-hooks")
|
|
id("com.github.android-password-store.spotless")
|
|
alias(libs.plugins.hilt) apply false
|
|
}
|