10 lines
197 B
Kotlin
10 lines
197 B
Kotlin
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
rootProject.name = "Coffeegram"
|
|
include(":app")
|
|
include(":repository")
|
|
|
|
includeBuild("build-logic")
|
|
include(":wear")
|
|
include(":app-wear-common")
|