Last active
January 8, 2018 00:19
-
-
Save pedromassango/98aa1c5b94d6f466ee37f2cfe3111a2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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