kechankrisna / pos_printer_manager

GNU General Public License v3.0
13 stars 53 forks source link

flutter_usb_printer dependency uses unsupported version of Kotlin Gradle plugin #25

Open fahmidul opened 1 year ago

fahmidul commented 1 year ago

I am facing this issue image

Current build.gradle

...
ext.kotlin_version = '1.6.20'
    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:7.4.2'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath 'com.google.gms:google-services:4.3.15'
    }
    ...
Jerinji2016 commented 1 year ago

This is fixed in latest master of flutter_usb_printer