Open fahmidul opened 1 year ago
I am facing this issue
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' } ...
This is fixed in latest master of flutter_usb_printer
master
flutter_usb_printer
I am facing this issue
Current build.gradle