ananas/settings.gradle.kts
2024-06-29 03:19:31 +03:00

19 lines
No EOL
344 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()
}
}