Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Created December 16, 2016 17:28
Show Gist options
  • Select an option

  • Save sliskiCode/c8a128273f847d131573ff6f039a2e43 to your computer and use it in GitHub Desktop.

Select an option

Save sliskiCode/c8a128273f847d131573ff6f039a2e43 to your computer and use it in GitHub Desktop.
Living (Android) without Kotlin #10
dependencies {
classpath 'me.tatarka:gradle-retrolambda:3.4.0'
}
apply plugin: 'me.tatarka.retrolambda'
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