FranciscoPV94 / fp_bt_printer

Package for connect and print data on thermal printer
Other
4 stars 6 forks source link

I can't upgrade my gradle version because i got: #4

Open HendrenTahsenKhalaf opened 1 year ago

HendrenTahsenKhalaf commented 1 year ago

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.

kevoecodes commented 1 year ago

Same here,

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 ':fp_bt_printer' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

collohdicey commented 1 year ago

this works for me classpath 'com.android.tools.build:gradle:7.2.0'

ronald-mts commented 1 year ago

Open the android folder to the android studio then go to the Gradle Scripts then change the ext.kotlin_version into latest version image