Open HendrenTahsenKhalaf opened 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
this works for me classpath 'com.android.tools.build:gradle:7.2.0'
Open the android folder to the android studio then go to the Gradle Scripts then change the ext.kotlin_version into latest version
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.