feat(android): initial project setup with Gradle, AndroidManifest, and MainActivity
This commit is contained in:
11
android-app/build.gradle.kts
Normal file
11
android-app/build.gradle.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Root build.gradle.kts (skeleton)
|
||||
plugins {
|
||||
id("com.android.application") version "8.1.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
|
||||
}
|
||||
|
||||
buildscript {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
}
|
||||
Reference in New Issue
Block a user