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 | 31 |
Tags
- cos
- 백준
- DFS
- cos pro 1급
- 안드로이드
- codingtest
- Flutter
- AndroidStudio
- 파이썬
- 분할정복
- django
- DFS와BFS
- vuejs
- DART
- 개발
- android
- 동적계획법
- 코드품앗이
- 코딩테스트
- 동적계획법과최단거리역추적
- 코테
- BAEKJOON
- Algorithm
- C++
- Vue
- issue
- Python
- 안드로이드스튜디오
- cos pro
- 알고리즘
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