aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
blob: 9fde0bb1afe62127272a4e73bc80a98bdf55b3de (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
 * SPDX-License-Identifier: GPL-3.0-only
 */
include(":autofill-parser")

include(":app")

include(":openpgp-ktx")

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")

pluginManagement {
  repositories {
    gradlePluginPortal()
    mavenCentral()
  }
}