[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
여기에 있다
댓글
댓글 쓰기