Skip to content

Instantly share code, notes, and snippets.

@rosuH
Last active November 6, 2018 10:30
Show Gist options
  • Save rosuH/d1df74df6ee8c95239a7e4d16cd0181a to your computer and use it in GitHub Desktop.
Save rosuH/d1df74df6ee8c95239a7e4d16cd0181a to your computer and use it in GitHub Desktop.
[Support lambda for Java]compileOptions #lambda #Java
// app module --> 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