Initial commit

This commit is contained in:
2025-09-22 19:25:32 -03:00
parent dcd261a2b3
commit e0062445b6
122 changed files with 4728 additions and 19 deletions

View File

@@ -1,13 +1,11 @@
## Getting Started
After using this repo as a template you have to do the following changes so you can start working on your project
### [settings.gradle.kts](settings.gradle.kts)
- Change `rootProject.name` to your projects name
## Android
----
## Compose
### [Build.gradle.kts](app/composeApp/build.gradle.kts)]
- Change `namespace` and `applicationId` to your projects name
### [settings.gradle.kts](settings.gradle.kts)
- Change `rootProject.name` to your projects name
## iOS
### [Config.xcconfig](app/iosApp/Configuration/Config.xcconfig)