Yes, thank you, but right now a have next problem with text
"Error:Execution failed for task 'appcompileDebugKotlin'.
Compilation error. See log for more details"
My build.gradle:
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
...
dependencies {
...
compile "org.jetbrains.kotlinkotlin stdlib$kotlin_version"
}
buildscript {
ext.kotlin_version = '1.0.0'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlinkotlin gradle plugin$kotlin_version"
}
}