We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
The text was updated successfully, but these errors were encountered:
you need update kotlin to
plugins { ... id 'org.jetbrains.kotlin.android' version '1.8.0' apply false ... }
buildscript { dependencies { ... classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0" ... } }
Sorry, something went wrong.
没有别的办法吗?1.8.0需要升级 The 'kotlin-android-extensions' Gradle plugin is no longer supported
复制源码到项目中.
我kt-gradle-plugin1.5.31,本地导module, ktx降到1.3.1完美运行
No branches or pull requests
Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
The text was updated successfully, but these errors were encountered: