Ask Your Question
3

After including a new dependency, why is there a mismatched Kotlin version error (with metadata 1.6.0 instead of the expected 1.4.0 version)?

asked 2023-07-06 11:25:17 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-06 11:29:01 +0000

lalupa gravatar image

This error occurs because the new dependency requires a higher version of Kotlin than the version specified in the project's build.gradle file. To fix this error, you need to update the Kotlin version in your build.gradle file to match the version required by the new dependency. It is recommended to use the latest version of Kotlin to avoid these kinds of issues in the future.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-06 11:25:17 +0000

Seen: 9 times

Last updated: Jul 06 '23