반응형
에러
┌─ Flutter Fix ─────────────────────────────────────────
│ [!] Your project requires a newer version of the Kotlin Gradle plugin.
│ Find the latest version on https://kotlinlang.org/docs/gradle.html#plugin-and-versions, then update
│ D:\00.Project\01.Mobile\search_app\android\build.gradle:
│ ext.kotlin_version = '<latest-version>'
└───────────────────────────────────────────────
수정 내용
위치 : android\build.gradle
before
ext.kotlin_version = '1.3.50'
after
ext.kotlin_version = '1.6.10'
반응형
'01.모바일 > Flutter' 카테고리의 다른 글
| [Flutter] Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath No issues found 이런이런 에러 (0) | 2022.03.15 |
|---|---|
| [Flutter] flutter_launcher_icons 에러 minSdk (0) | 2022.03.15 |
| [Flutter] 한글 표시 (0) | 2022.03.01 |
| [Flutter] DateFormat (0) | 2022.03.01 |
| [Flutter] flutter upgrade 플러터 업그레이드 (0) | 2022.02.28 |