wip commit

This commit is contained in:
04041b
2024-12-11 19:27:53 -08:00
parent 027ccd2275
commit cfaa0b5501
46 changed files with 12287 additions and 689 deletions

View File

@@ -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.5.1")
}