Tag: 更新

Kotlin版本1.1.4-eap-77不起作用

我在Kotlin开始了一个新的应用程序,但是当Android Studio完成了新的项目的构建等。是说cand下载正确版本的Kotlin: 这里是构建gradle: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = '1.1.4-eap-77' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0-beta2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { […]