Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Build System with Kotlin Script

Build System with Kotlin Script

By Budi Oktaviyan, Engineering Manager, Bhinneka
Live : https://youtu.be/NYGNU8G_hxI?t=500

Tweet

More Decks by Android Enthusiast Jakarta

Other Decks in Technology

Transcript

  1. Why Kotlin DSL ? • Compile-Time errors checking • Auto-Completion

    and content assists • Friendly code navigation • Quick documentation (Kotlin function based) • Consistency of using the same language across the application • Enhanced IDE editing experience • You know what to do :)
  2. • Easily to manage dependency management (v) • Consistency of

    using the same language across the application (v) • You’ll have an idea of what you’re writing (v) • Need an autodetect deprecated version (x) • Value assignment vs functions (x) • Changes need to build the whole things (x) Summary