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

// Modules
include(":app")
include(":autofill-parser")
include(":format-common")
include(":openpgp-ktx")

// Experimental features
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")

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