Add art-space and calculator projects

This commit is contained in:
PhongMacbook
2025-11-04 21:41:15 +07:00
parent ba16332256
commit ab06d4ae4e
88 changed files with 2292 additions and 0 deletions

10
art-space/build.gradle Normal file
View File

@@ -0,0 +1,10 @@
buildscript {
ext {
compose_ui_version = '1.2.0'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
}