You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUILD FAILED in 1m 23s
Running Gradle task 'assembleRelease'... 84.1s
┌─ Flutter Fix ──────────────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project requires a newer version of the Kotlin Gradle plugin. │
│ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the │
│ version number of the plugin with id "org.jetbrains.kotlin.android" in the plugins block of │
│ Q:\flutter_projects\flutter_bloc_example\android\settings.gradle. │
│ │
│ Alternatively (if your project was created before Flutter 3.19), update │
│ Q:\flutter_projects\flutter_bloc_example\android\build.gradle │
│ ext.kotlin_version = '' │
└────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Gradle task assembleRelease failed with exit code 1
`
Does the package need an update to support the latest gradle version?
The text was updated successfully, but these errors were encountered:
Since upgrade from flutter version 3.19.6 to a higher version I cannot compile flutter_libserialport anymore for Android.
`FAILURE: Build failed with an exception.
Execution failed for task ':flutter_libserialport:verifyReleaseResources'.
BUILD FAILED in 1m 23s
Running Gradle task 'assembleRelease'... 84.1s
┌─ Flutter Fix ──────────────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project requires a newer version of the Kotlin Gradle plugin. │
│ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the │
│ version number of the plugin with id "org.jetbrains.kotlin.android" in the plugins block of │
│ Q:\flutter_projects\flutter_bloc_example\android\settings.gradle. │
│ │
│ Alternatively (if your project was created before Flutter 3.19), update │
│ Q:\flutter_projects\flutter_bloc_example\android\build.gradle │
│ ext.kotlin_version = '' │
└────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Gradle task assembleRelease failed with exit code 1
`
Does the package need an update to support the latest gradle version?
The text was updated successfully, but these errors were encountered: