build-logic/kotlin-plugins: add android and kapt plugins
This commit is contained in:
parent
70cdd61797
commit
4fb066dff5
4 changed files with 65 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
|||
plugins { `kotlin-dsl` }
|
||||
/*
|
||||
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
||||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
`kotlin-dsl-precompiled-script-plugins`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.build.agp)
|
||||
implementation(libs.build.binarycompat)
|
||||
implementation(libs.build.kotlin)
|
||||
implementation(libs.build.spotless)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue