2020-07-23 09:09:36 +00:00
|
|
|
/*
|
2021-03-09 09:15:27 +00:00
|
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
2020-07-23 09:09:36 +00:00
|
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
*/
|
|
|
|
plugins {
|
2021-03-09 09:23:11 +00:00
|
|
|
`binary-compatibility-validator`
|
|
|
|
`aps-plugin`
|
2021-05-06 06:53:53 +00:00
|
|
|
// Fix for leak in Kotlin Gradle Plugin: https://youtrack.jetbrains.com/issue/KT-46368
|
2021-05-08 19:23:40 +00:00
|
|
|
id("dev.zacsweers.kgp-150-leak-patcher") version "1.1.0"
|
2020-07-23 09:09:36 +00:00
|
|
|
}
|
2021-03-16 19:04:13 +00:00
|
|
|
|
2021-05-07 10:57:55 +00:00
|
|
|
allprojects { apply(plugin = "com.diffplug.spotless") }
|