Configure Kotlin in Project
Now the IDE knows what to do with Kotlin, but your project app doesn’t,
so your next move is to modify the project’s build configuration.
Go to Tools\Kotlin\Configure Kotlin in Project.
Select Android with Gradle from the Choose Configurator popup that appears.
On the Configure Kotlin in Project popup, select the plugin
version you want to use (at the time of writing this tutorial, the
current version is 1.0.3) and click OK.
This action will make a number of changes to your build.gradle files.
this is for configure kotlin in android project.
ReplyDelete