'Have I configured Flutter/Android Studio correctly?

so I've been using Flutter via Android Studio and I'm concerned if I'm using Kotlin instead of Dart as a programming language. I'm seeing Kotlin around the menus a lot and I just updated my Flutter install and got this error so thought I'd reach out and check if this is normal?

┌─ 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 C:\Users\Lee Casey\AndroidStudioProjects\untitled2\android\build.gradle: │ │ ext.kotlin_version = '<latest-version>' │ └──────────────────────────────────────────────────────────────────────────────────────────────┘



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source