Commit 760f61c8 authored by 马乐's avatar 马乐

1.增加clean task

parent 884a8b1c
...@@ -4,4 +4,8 @@ plugins { ...@@ -4,4 +4,8 @@ plugins {
id 'com.android.library' version '8.0.1' apply false id 'com.android.library' version '8.0.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false id 'com.google.dagger.hilt.android' version '2.44' apply false
}
task("clean"){
delete("/build")
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment