How can i fix Task 'wrapper' not found in project ':app'

task wrapper(type: Wrapper){
   gradleVersion = '7.2'
}

You can replace 7.2 with the gradle version you want, then run gradle wrapper task.

Você achou esse artigo útil?