home_widget
home_widget copied to clipboard
Builds failing on Android after upgrade
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
classpath 'com.android.tools.build:gradle:7.3.0'
seems to be the version that breaks.
classpath 'com.android.tools.build:gradle:7.3.0'
seems to be the version that breaks.
thx, you were right