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
- to all the errors i loved
- 암영
- 불공단스터디
- 다시도전
- opencv
- 불공단_스터디
- Til
- 장고
- 불공단
- 공부기록
- Flutter
- 대학생
- 2024 1학기 기말 파이썬 프로젝트
- UOPEOPELE
- 해커스
- djangorestframework
- django
- 1학기
- 백엔드
- 파이썬
- SUNLOG
- 매일매일쓰자허무하지않게
- 삽질일기
- DRF
- 가보자고
- 컴공과
- 라즈베리파이
- 기록
- Python
- 낭독
Archives
- Today
- Total
기술해록본
Flutter: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. (아직 원인을 모르겠음) 본문
Develop/To All The Errors I've Loved Before
Flutter: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. (아직 원인을 모르겠음)
HaeYoung_12 2024. 8. 14. 11:11
이 부분은 7.3.0에서 7.1.2로 수정하니 작동됨.
id "com.android.application" version "7.1.2" apply false
참고
https://theplace.tistory.com/entry/Flutter-gradle-%EB%B2%84%EC%A0%84-%EC%9D%B4%EC%8A%88
[Flutter] gradle 버전 이슈
image_gallery_saver를 pubspec.yaml 에 추가하는데 하기와 같은 에러가 발생했다. 잘 읽어보니 안드로이드 Gradle은 코틀린 플러그인 1.5.20 버전 이상만 지원한다는 내용이었다. 또 해당사항은 image_gallery_sa
theplace.tistory.com