Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed build app #5

Closed
morfair opened this issue Nov 15, 2021 · 3 comments
Closed

Failed build app #5

morfair opened this issue Nov 15, 2021 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@morfair
Copy link

morfair commented Nov 15, 2021

After adding the plugin in the dependency, I can not build the application, I get a lot of errors:

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.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':flutter_callkit_incoming:compileDebugKotlin'.
> Compilation error. See log for more details
@hiennguyen92
Copy link
Owner

hiennguyen92 commented Nov 16, 2021

Hi @morfair

please upgrade kotlin version in use.

  • Go to: /android/build.gradle
  • Replace ext.kotlin_version = '*.*.**' to ext.kotlin_version = '1.4.32' or above.

@morfair
Copy link
Author

morfair commented Nov 16, 2021

@hiennguyen92
Great! Thanks you!!!

//ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.4.32'

@hiennguyen92 hiennguyen92 added the help wanted Extra attention is needed label Nov 16, 2021
@hiennguyen92
Copy link
Owner

you're welcome ^^

marctan pushed a commit to italk-au/flutter_callkit_incoming that referenced this issue Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants