Set up Android project with Gradle Kotlin DSL, Material 3, and DayNight theme support. Targeting Android 13+ (SDK 33-36). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
}
|