TroubleShooting/Flutter Issue
[Issue, Flutter, Kotlin] Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details
JMcunst
2022. 5. 2. 23:17
728x90
이슈
Flutter 프로젝트를 Run 시키는 중 Run 탭에서 다음과 같은 에러사항 발견.
Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details
해결
android > build.gradle 에서 buildscript 안에 ext.kotlin_version 을 높여줌.
1.3.50 -> 1.5.0
원인
코틀린 버전이 낮아서 생긴 이슈.
728x90