Overview.
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
- 에러 사진
- 에러 이유
- 에러 해결
참조 문서https://stackoverflow.com/questions/76815342/i-keep-getting-this-error-the-android-gradle-plugin-supports-only-kotlin-gradle
I keep getting this error "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher."
I have been getting this error when trying to test my Flutter code of an APK for reading PDF files. How do I update the kotlin plugin version? Here is my current version in gradle.build. I keep get...
stackoverflow.com
1. 에러 사진

2. 에러 이유
저같은 경우 location 라이브러리 v4.4.0 을 다운 받으려다 에러가 났습니다. 사진을 못찍어서;; 위는 sigin_in_with_apple 라이브러리네요.
이같은 경우 라이브러리 gradle 의 버전이 지극히 낮기 때문에 발생하는 문제입니다.
3. 에러 해결
/plugin 의 location 또는 해당 라이브러리의 캐시 위치를 찾을 수 있습니다.
저는 밑의 위치에 포함되어있네요.
C:\Users\사용자\AppData\Local\Pub\Cache\hosted\pub.dev
해당 라이브러리를 열고 밑의 gradle 을 열어주세요
라이브러리/android/build.gradle
해당 gradle 버전을 바꾸어 주시면 됩니다.

'Error' 카테고리의 다른 글
flutter & dart - ListView 의 hasSize 에러 (0) | 2024.04.19 |
---|---|
flutter Error - the constructor being called isn't a const constructor (0) | 2024.02.02 |
Docker - docker: invalid reference format: repository name must be lowercase. (0) | 2024.02.02 |
MyBatis - xml 오류 DTD 오류 downloading external resources is disabled. (0) | 2024.01.29 |
flutter - Algorithm HmacPBESHA256 not available (1) | 2024.01.26 |
Overview.
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
- 에러 사진
- 에러 이유
- 에러 해결
참조 문서https://stackoverflow.com/questions/76815342/i-keep-getting-this-error-the-android-gradle-plugin-supports-only-kotlin-gradle
I keep getting this error "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher."
I have been getting this error when trying to test my Flutter code of an APK for reading PDF files. How do I update the kotlin plugin version? Here is my current version in gradle.build. I keep get...
stackoverflow.com
1. 에러 사진

2. 에러 이유
저같은 경우 location 라이브러리 v4.4.0 을 다운 받으려다 에러가 났습니다. 사진을 못찍어서;; 위는 sigin_in_with_apple 라이브러리네요.
이같은 경우 라이브러리 gradle 의 버전이 지극히 낮기 때문에 발생하는 문제입니다.
3. 에러 해결
/plugin 의 location 또는 해당 라이브러리의 캐시 위치를 찾을 수 있습니다.
저는 밑의 위치에 포함되어있네요.
C:\Users\사용자\AppData\Local\Pub\Cache\hosted\pub.dev
해당 라이브러리를 열고 밑의 gradle 을 열어주세요
라이브러리/android/build.gradle
해당 gradle 버전을 바꾸어 주시면 됩니다.

'Error' 카테고리의 다른 글
flutter & dart - ListView 의 hasSize 에러 (0) | 2024.04.19 |
---|---|
flutter Error - the constructor being called isn't a const constructor (0) | 2024.02.02 |
Docker - docker: invalid reference format: repository name must be lowercase. (0) | 2024.02.02 |
MyBatis - xml 오류 DTD 오류 downloading external resources is disabled. (0) | 2024.01.29 |
flutter - Algorithm HmacPBESHA256 not available (1) | 2024.01.26 |