aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-07-23 14:39:36 +0530
committerGitHub <noreply@github.com>2020-07-23 14:39:36 +0530
commit356a8cd8c6487611daa3e790e3e23dc954a9bf98 (patch)
tree622cab3a3f803511673c7f8bd68bc03c470f3d08 /settings.gradle.kts
parentcc6f1ad605a507a564e9492e57b33024ec4b489f (diff)
Migrate to Gradle Kotlin DSL (#936)
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
new file mode 100644
index 00000000..a418994b
--- /dev/null
+++ b/settings.gradle.kts
@@ -0,0 +1,5 @@
+/*
+ * Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+include(":app")