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