BluetoothThermalPrinter icon indicating copy to clipboard operation
BluetoothThermalPrinter copied to clipboard

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

Open claudiodriussi opened this issue 2 years ago • 5 comments

Describe the bug I can't upgrade my gradle version because i got:

FAILURE: Build failed with an exception.

* 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

If I compile with a less recent version of gradle I get:

w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath

For now it works, but may be not i future. Can you solve the issue?

Many thanks, Claudio Driussi

claudiodriussi avatar Feb 24 '23 10:02 claudiodriussi