This commit is contained in:
Marek
2026-04-04 22:56:56 +02:00
parent 7fcc07b1a8
commit 823adb707d
11 changed files with 1115 additions and 0 deletions

18
app/settings.gradle.kts Normal file
View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "youtubeapp"
include(":frontend")