jhoogstraat / fast_barcode_scanner

A flutter plugin that allows your users to scan any type of barcode on iOS and Android
41 stars 53 forks source link

Please update kotlin version in gradle to latest 1.5.30(development branch) #43

Closed agadev closed 2 years ago

agadev commented 2 years ago

: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors e: /Users/xx/.gradle/caches/transforms-2/files-2.1/1519caaecc29bca0884153c212aa7c94/jetified-kotlin-stdlib-common-1.5.21.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15. e: /Users/xx/.gradle/caches/transforms-2/files-2.1/41cc72267ca75397ebfff8df7400373f/jetified-kotlin-stdlib-1.5.21.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15.

Please update kotlin version in gradle to latest 1.5.30

jhoogstraat commented 2 years ago

The develop branch is already on 1.5.30, or am I missing something?

Andrei-C96 commented 2 years ago

@agadev Look here to solve your problem: https://stackoverflow.com/questions/67699823/module-was-compiled-with-an-incompatible-version-of-kotlin-the-binary-version-o

jhoogstraat commented 2 years ago

I am going to close this issue for now.

If the problem persists, I'll reopen this issue.