This repository has been archived on 2024-02-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
asgard__/settings.gradle.kts
2021-08-20 18:07:12 +09:00

15 lines
222 B
Kotlin

/*
* Project Asgard
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
rootProject.name = "asgard"
include("app")
include("sitemap")
include("linkback")
include("address-finder")