Kotlin is a new JVM language that offers increased null- and type-safety, support for building custom DSLs, and many functional idioms from Scala and Groovy. But one of the main advantages of using Kotlin is its tooling support. Now with Gradle, automating complex builds is now possible in Kotlin, letting you write tools and build logic in the same language. In this session, I will demonstrate how I rebuilt and maintain AceJump, a popular plugin for the IntelliJ Platform SDK using Kotlin and Gradle. We will discuss strategies for converting your existing Java code to Kotlin, how to configure Gradle to use Kotlin build scripts, and a Gradle plugin for building the IDE. This session will also cover the IntelliJ Platform SDK, a set of APIs that lets you build smarter developer tools ontop of the same platform that powers IntelliJ IDEA and its cousins. Attendees should have some basic familiarity with either Kotlin or Gradle in order to benefit from this session.