aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-02-17 02:36:22 +0000
committerGitHub <noreply@github.com>2022-02-17 02:36:22 +0000
commitc83ce481967a03a96a4717ed33c3d1643138c68e (patch)
treeeb3b4d5810e9b969ab9fbbd05c0b497a34c935a8 /build.gradle.kts
parent80dc6ac33da19e4502a2c4770435eb3aaab0bc53 (diff)
chore(deps): update com.google.dagger to v2.41 (#1732)
* 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>
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts7
1 files changed, 2 insertions, 5 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 8f14bbc6..5a278514 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -2,15 +2,12 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
-
-buildscript {
- repositories { mavenCentral() }
- dependencies { classpath(libs.build.hilt) }
-}
+@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
}