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
- vuejs
- 분할정복
- DFS
- C++
- 안드로이드스튜디오
- android
- Python
- Vue
- issue
- django
- codingtest
- 개발
- Algorithm
- DART
- 코테
- 코딩테스트
- 백준
- 동적계획법과최단거리역추적
- cos pro
- cos
- BAEKJOON
- cos pro 1급
- 알고리즘
- 동적계획법
- 코드품앗이
- DFS와BFS
- 안드로이드
- Flutter
- AndroidStudio
- 파이썬
Archives
- Today
- Total
목록kotiln compile version (1)
Development Artist
[Issue, Flutter, Kotlin] Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details
이슈 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 원인 코틀린 버전이 낮아서 생긴 이슈.
TroubleShooting/Flutter Issue
2022. 5. 2. 23:17