add and proj

This commit is contained in:
xsl
2025-09-04 11:37:36 +08:00
parent 1dbb7310fa
commit 62db716392
9 changed files with 551 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "vulkan_samples"
include ':app'