Skip to content

Instantly share code, notes, and snippets.

@IhwanID
Created June 16, 2019 11:28
Show Gist options
  • Select an option

  • Save IhwanID/e610f9cc9876610d263049e268fdc586 to your computer and use it in GitHub Desktop.

Select an option

Save IhwanID/e610f9cc9876610d263049e268fdc586 to your computer and use it in GitHub Desktop.
Java Lambda 8 Expressions
android {
...
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