We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Groovy to Kotlin in build scripts

Formal Metadata

Title
Groovy to Kotlin in build scripts
Alternative Title
Can Kotlin save me from my buildscripts?
Title of Series
Number of Parts
90
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
We all know and love to use Kotlin in our Android apps, but did you know you can also use it to write your gradle build scripts? This talk will cover the pros and cons of migrating your buildscripts from Groovy to Kotlin. Is Kotlin more understandable than Groovy? Does it compile faster than Groovy? Is type safety and advantage in build scripts? This talk will also cover how the Kotlin Gradle DSL works under the hood.