Initial commit: Set up retro photobooth monorepo structure, core configurations, and premium sample assets

This commit is contained in:
2026-07-05 11:47:59 +07:00
commit a3b9c24936
17 changed files with 1603 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}