我安装了最新的 Kotlin android 扩展插件(版本 1.0.0-beta-1103)并将类路径添加到我的 Gradle 依赖项中。它可以编译,但我仍然无法在我的 android 片段中导入包。
这是 Gradle 文件的相关部分:
buildscript {
ext.kotlin_version = '1.0.0-beta-1103'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.0.0-beta-1103"
}
}
这是失败的导入语句。我的 IDE 状态显示错误“无法导入包”
import kotlinx.android.synthetic.fragment_new_movie.view