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>
This commit is contained in:
BIN
app/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
app/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
7
app/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
7
app/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
Reference in New Issue
Block a user