Closed RobertoOFonseca closed 3 years ago
The Android Gradle plugin(gradle:7.0.2) supports only Kotlin Gradle plugin version 1.3.40 and higher. The following dependencies do not satisfy the required version: project ':background_location' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31
worked fine just changing on build.gradle:
buildscript { ext.kotlin_version = '1.3.40'
The Android Gradle plugin(gradle:7.0.2) supports only Kotlin Gradle plugin version 1.3.40 and higher. The following dependencies do not satisfy the required version: project ':background_location' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31