https://docs.gradle.org/current/userguide/compatibility.html#kotlin
Check the embedded kotlin version that compaitable with your Gradle version. If not upgrade the kotlin version to higher level or latest one then
flutter build clean
flutter pub get
Run your app again