9 lines
157 B
Kotlin
9 lines
157 B
Kotlin
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
enableFeaturePreview("VERSION_CATALOGS")
|
|
|
|
// Application
|
|
include(":app")
|
|
|
|
// Modules
|
|
include(":playback")
|