19 lines
345 B
Text
19 lines
345 B
Text
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
rootProject.name = "ananas"
|
|
|
|
include(":app:phone")
|
|
include(":app:tv")
|
|
include(":core")
|
|
include(":data")
|
|
include(":preferences")
|
|
include(":player:core")
|
|
include(":player:video")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
}
|