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

Formale Metadaten

Titel
Groovy to Kotlin in build scripts
Alternativer Titel
Can Kotlin save me from my buildscripts?
Serientitel
Anzahl der Teile
90
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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.