[flutter]Your project requires a newer version of the Kotlin Gradle plugin.

    

 


┌─ 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\android\build.gradle:               │

│ ext.kotlin_version = '<latest-version>'                                                      │

└──────────────────────────────────────────────────────────────────────────────────────────────┘

minsdk 고쳤더니 나온 오류

ext.kotlin_version은 projectName/android/app/build.gradle 쪽이 아니라projectName/android/build.gradle 여기에 있다

https://stackoverflow.com/questions/70919127/your-project-requires-a-newer-version-of-the-kotlin-gradle-plugin-android-stud




댓글

이 블로그의 인기 게시물

STUDY

vue

Capacitor 웹 기반 애플리케이션을 네이티브 앱으로 감싸고, 네이티브 기능에 접근할 수 있게 해주는 프레임워크