Worked on the margin between flag and the country name and also ensured sound-null saftey is enabled

This commit is contained in:
Ernest Eferetin
2024-10-22 08:43:09 +01:00
parent b77740619a
commit b99060c4eb
5 changed files with 18 additions and 12 deletions

View File

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