36e23c4cb5
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
12 lines
398 B
Text
12 lines
398 B
Text
/*
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
plugins {
|
|
`binary-compatibility-validator`
|
|
`aps-plugin`
|
|
// Fix for leak in Kotlin Gradle Plugin: https://youtrack.jetbrains.com/issue/KT-46368
|
|
id("dev.zacsweers.kgp-150-leak-patcher") version "1.1.0"
|
|
}
|
|
|
|
allprojects { apply(plugin = "com.diffplug.spotless") }
|