mrtungdev / flutter_epson_epos

Flutter Epson ePOS SDK
MIT License
16 stars 24 forks source link

Update Kotlin plugin to version 1.5.20 for compatibility nedded #19

Open vfperri88 opened 10 months ago

vfperri88 commented 10 months ago

Currently, the epson_epos plugin is using an outdated version of the Kotlin plugin (org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50) in its Gradle configuration. This is causing compatibility conflicts with projects that require newer versions of the Android Gradle Plugin since the latter is only compatible with Kotlin Gradle Plugin version 1.5.20 and higher.