NOTE: These instructions for upgrading an existing project with Kotlin support is for codebases that are using Gradle 4 (Gradle Plugin version 3.x.x) To provide support for Kotlin in a project that only has Java support, try the following: add the latest Kotlin version number as a static variable in the buildscript section add the Kotlin class path to dependencies […]