Describe the bug
Kotlin version not updated correctly in the plugin
in your github repo, it's showing updated version 1.7.20 but i while running the flutter project, it's showing error.
Expected behavior
i want to run the app with this plugin but that is not running
Screenshots
Additional context
What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':bluetooth_thermal_printer' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
Describe the bug Kotlin version not updated correctly in the plugin in your github repo, it's showing updated version 1.7.20 but i while running the flutter project, it's showing error.
Expected behavior i want to run the app with this plugin but that is not running
Screenshots
Additional context