Open WDevaloper opened 1 year ago
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"
...
}
}
没有别的办法吗?1.8.0需要升级 The 'kotlin-android-extensions' Gradle plugin is no longer supported
复制源码到项目中.
我kt-gradle-plugin1.5.31,本地导module, ktx降到1.3.1完美运行
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.