Skip to content

Instantly share code, notes, and snippets.

@kevalpatel2106
Created December 26, 2016 09:53
Show Gist options
  • Save kevalpatel2106/c176717d6de04be34965d41c04758dfb to your computer and use it in GitHub Desktop.
Save kevalpatel2106/c176717d6de04be34965d41c04758dfb to your computer and use it in GitHub Desktop.
android {
defaultConfig {
jackOptions {
enabled true
}
}
//Add support for java 8 features.
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment