I am trying to get familiar with Kotlin to use in my android apps. So first I want to try out some simple kotlin examples, just to get familiar with syntax of kotlin.
In my case I add these:
Add this apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android'
And also
dependencies { classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:$your-version' }
This fixes the problem.