Commit Graph

7 Commits

Author SHA1 Message Date
Marek Lenczewski
3fd7bb661c App update module update 2026-04-12 15:49:56 +02:00
Marek Lenczewski
5198769de4 TaskSchema module 2026-04-12 15:42:48 +02:00
Marek Lenczewski
4e81cea831 App update module 2026-04-12 10:46:14 +02:00
Marek Lenczewski
27b34eb90f Task module 2026-04-12 10:06:17 +02:00
Marek Lenczewski
efe0cfe361 update 2026-04-11 16:02:02 +02:00
Marek Lenczewski
afc02abd0a Base module 2026-04-11 14:11:23 +02:00
Marek Lenczewski
3e17b16609 add kotlin app setup
Minimal Android app in ./app/ matching `# Setup module`:
- Root project (settings.gradle.kts, build.gradle.kts, libs.versions.toml)
  with AGP 8.7.3, Kotlin 2.0.21, Compose BOM 2024.12.01
- App module :app with Jetpack Compose + Navigation Compose dependency
- MainActivity launches MainScreen (empty Composable, no content)
- Default Material 3 theme scaffolding
- System launcher icon, no custom design yet

Verified via ./gradlew assembleDebug (JDK 17, SDK 35).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 13:35:31 +02:00