Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 분할정복
- android
- DFS와BFS
- codingtest
- 동적계획법
- 파이썬
- 개발
- Python
- 코테
- cos pro
- DART
- 안드로이드
- Vue
- DFS
- cos
- issue
- 코딩테스트
- cos pro 1급
- 알고리즘
- django
- 코드품앗이
- BAEKJOON
- 안드로이드스튜디오
- vuejs
- Algorithm
- 동적계획법과최단거리역추적
- Flutter
- 백준
- C++
- AndroidStudio
Archives
- Today
- Total
Development Artist
[Issue, Flutter, Kotlin] Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details 본문
TroubleShooting/Flutter Issue
[Issue, Flutter, Kotlin] Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details
JMcunst 2022. 5. 2. 23:17728x90
반응형
이슈
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
반응형
'TroubleShooting > Flutter Issue' 카테고리의 다른 글
Comments