sawankumarbundelkhandi/edge_detection

cant use with org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31

PrzemyslawPluszowy opened this issue · 4 comments

  • What went wrong:
    The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher.
    The following dependencies do not satisfy the required version:
    root project 'android' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31

buildscript {
ext.kotlin_version = '1.5.31'
repositories {
google()
mavenCentral()
}

Set version to this:
ext.kotlin_version = '1.8.0'
As it is described on the Android section of the README

I get a similar exception. My kotlin_version is 1.8.0. I see that the gradle version was updated 2 hrs ago in this commit. Maybe the newest commit is not included in the 1.1.1 version on the pub.dev package repository?

project ':edge_detection' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31

@S1mple133 i have published the latest version v1.1.2 on pub.
Please download the package from there and make sure to follow the ReadMe.