Skip to content

Instantly share code, notes, and snippets.

@pedromassango
Last active January 8, 2018 00:19
Show Gist options
  • Save pedromassango/98aa1c5b94d6f466ee37f2cfe3111a2a to your computer and use it in GitHub Desktop.
Save pedromassango/98aa1c5b94d6f466ee37f2cfe3111a2a to your computer and use it in GitHub Desktop.
// ADD this to use Parcelize, etc.
apply plugin: 'kotlin-android-extensions'
android {
...
defaultConfig { ... }
buildTypes { .... }
// ADD this to use Parcelize, etc.
androidExtensions {
experimental = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment