pihelper-android/settings.gradle.kts

6 lines
127 B
Text
Raw Normal View History

enableFeaturePreview("VERSION_CATALOGS")
2021-06-04 00:34:44 +00:00
rootProject.name = "Pi-helper"
include(":app")
2023-08-23 04:13:17 +00:00
include(":desktop")
include(":shared")