到底
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
register("common-android-plugin") {
|
||||
id = "common-android-plugin"
|
||||
implementationClass = "CommonAndroidPlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.android.tools.build:gradle:8.2.0")
|
||||
implementation(kotlin("gradle-plugin", "1.9.20"))
|
||||
}
|
||||
Reference in New Issue
Block a user