<cannot reslove symbol 'Task' in kickstarter build...
# stackoverflow
u
cannot reslove symbol 'Task' in kickstarter build project guys i tried to clone kickstarter from git & i m having problem in build project ` // Copy google-services.json from variant directory to root of app gradle.taskGraph.beforeTask { Task task -> if (task.name ==~ /process.*GoogleServices/) { android.applicationVariants.all { variant -> if (task.name ==~ /(?i)process${variant.name}GoogleServices/) { copy { from "src/${variant.name}" into '.'...