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

The Zen of Kotlin by Vincent Carrier

GDG Montreal
February 28, 2018

The Zen of Kotlin by Vincent Carrier

GDG Montreal

February 28, 2018
Tweet

More Decks by GDG Montreal

Other Decks in Technology

Transcript

  1. Simple rules, infinite possibilities • Take turns to place stones

    • If one of your group is surrounded by the other, it is captured • The player with the most territory wins
  2. package visibility does not exist in Kotlin • package limits

    visibility to enclosing folder. internal limits visibility to enclosing module. • Get comfortable with modules!
  3. Why modules? • Encourages better code structure • Easier to

    distribute and reuse • Compiles faster • Convert to an Instant App easily THIS IS GRADLE. IT’S A BUILD SYSTEM FOR THE JVM THAT WORKS THROUGH A BEAUTIFUL DIRECTED ACYCLIC GRAPH MODEL.