[flutter]Execution failed for task ':app:checkDebugAarMetadata' Execution failed for task ':app:compileDebugKotlin'.

2022년 03월 06일 by 진아사랑해

    [flutter]Execution failed for task ':app:checkDebugAarMetadata' Execution failed for task ':app:compileDebugKotlin'. 목차
반응형

flutter upgrade를 하였다

허걱 위와 같은 에러가 ㅎㅎ

upgrade하지말걸  하지만 이미 늦었다

 

Execution failed for task ':app:checkDebugAarMetadata'  에 대한 처리는 

app -> build.gradle 에서

 

compileSdkVersion과 targetSdkVersion을 모두 31로 변경한다

 

Execution failed for task ':app:checkDebugAarMetadata'  에 대한 처리는

android -> build.gradle 에서

ext.kotlin_version = '1.6.10'으로 변경한다

 

반응형