sawankumarbundelkhandi / edge_detection

This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
https://pub.dev/packages/edge_detection
Apache License 2.0
242 stars 242 forks source link

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

Closed PrzemyslawPluszowy closed 1 year ago

PrzemyslawPluszowy commented 1 year ago
PrzemyslawPluszowy commented 1 year ago

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

CikaTom commented 1 year ago

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

S1mple133 commented 1 year ago

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

sawankumarbundelkhandi commented 1 year ago

@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.