pihelper-android/settings.gradle.kts

5 lines
127 B
Text

enableFeaturePreview("VERSION_CATALOGS")
rootProject.name = "Pi-helper"
include(":app")
include(":desktop")
include(":shared")