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