home_widget icon indicating copy to clipboard operation
home_widget copied to clipboard

Builds failing on Android after upgrade

Open bradrushworth opened this issue 2 years ago • 1 comments

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

bradrushworth avatar Oct 19 '22 06:10 bradrushworth

    classpath 'com.android.tools.build:gradle:7.3.0'

seems to be the version that breaks.

bradrushworth avatar Oct 19 '22 07:10 bradrushworth

    classpath 'com.android.tools.build:gradle:7.3.0'

seems to be the version that breaks.

thx, you were right

acrossoffwest avatar Nov 29 '22 21:11 acrossoffwest