chore(tauri): add generated android project

This commit is contained in:
2026-08-06 11:08:31 +08:00
parent 0601c2ced1
commit 4df556a175
42 changed files with 5516 additions and 0 deletions
@@ -0,0 +1,23 @@
plugins {
`kotlin-dsl`
}
gradlePlugin {
plugins {
create("pluginsForCoolKids") {
id = "rust"
implementationClass = "RustPlugin"
}
}
}
repositories {
google()
mavenCentral()
}
dependencies {
compileOnly(gradleApi())
implementation("com.android.tools.build:gradle:8.11.0")
}