feat: migrate to dart3

This commit is contained in:
Sangam Shrestha
2023-05-14 16:30:35 +05:45
parent 289c6cd7a9
commit a27dc6ad1c
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
}