Код: Выделить всё
> Failed to apply plugin 'kotlin-android'.
> Kotlin Gradle Plugin Android Gradle Plugin compatibility issue:
The applied Android Gradle Plugin version (7.3.0) is lower than the minimum supported 7.3.1.
Please update the Android Gradle Plugin version to at least 7.3.1.
Код: Выделить всё
id "com.android.application" version "7.3.0" apply false
Код: Выделить всё
id "com.android.application" version "7.3.1" apply false
Код: Выделить всё
flutter clean
./gradlew clean
Код: Выделить всё
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (None of the included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'com.android.application:com.android.application.gradle.plugin:7.3.1')
Searched in the following repositories:
Google
MavenRepo
Gradle Central Plugin Repository
Подробнее здесь: https://stackoverflow.com/questions/791 ... -3-1-error