build: migrate to dart 3 (#871)

This commit is contained in:
Aunali321
2023-05-20 04:07:53 +05:30
committed by GitHub
10 changed files with 17 additions and 17 deletions

View File

@@ -31,6 +31,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}