Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 이것이코딩테스트다
- 명예의전당(1)
- 클래스 변수
- 참조형 매개변수
- 운영체제의 예
- 운영체제란 무엇인가
- PriorityQueue
- 기본형 매개변수
- stateless widget
- stateful widget 생명주기
- this()와 참조변수 this 차이점
- this()
- 운영체제의 목적
- stateful widget
- 오버로딩
- 호출스택
- static 메서드
- 참조형 반환타입
- object클래스
- 프로그래머스
- 인스턴스 메서드
- 운영체제의 구조
- 운영체제의 분류
- 초기화 순서
- webview_flutter
- 객체 배열
- FLUTTER
- 오버라이딩과 오버로딩 차이점
- static import문
- 조상의 생성자
Archives
- Today
- Total
Coram Deo
[Flutter] 에러 해결 - location 패키지 적용 시 코틀린 버전 이슈 / Execution failed for task ':location:compileDebugKotlin'. 본문
에러 해결
[Flutter] 에러 해결 - location 패키지 적용 시 코틀린 버전 이슈 / Execution failed for task ':location:compileDebugKotlin'.
탁탁슝 2024. 10. 7. 20:501. 에러 메시지
* What went wrong:
Execution failed for task ':location:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
2. 에러 원인
location 패키지 적용 후, 코틀린 버전이 안맞아서 에러 발생
3. 해결 방법
android\settings.gradle 에 가서 아래 코틀린 버전 부분 수정하기
- 수정 전 내 코틀린 버전 1.7.10
- 수정 후 코틀린 버전 1.9.0