小编Sum*_*kar的帖子

Execution failed for task ':app:compileDebugKotlin'. >Internal compiler error. See log for more details

That is my build.gradle(app) file
Please help. I have upgraded my Android Studio to 3.0.0 And this code is procured from Android Sample Code. I just tried importing all of it.

The error is as follows :

Error:Execution failed for task ':app:compileDebugKotlin'. Internal compiler error. See log for more details

apply plugin: 'com.android.application'

apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

android {
    buildToolsVersion '26.0.2'
    compileSdkVersion 26
    defaultConfig {
        applicationId "com.sumukh.kotlin.topekaquiz"
        minSdkVersion 15
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    } …
Run Code Online (Sandbox Code Playgroud)

android gradle kotlin android-gradle-plugin

1
推荐指数
1
解决办法
2万
查看次数

标签 统计

android ×1

android-gradle-plugin ×1

gradle ×1

kotlin ×1