Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Last active December 16, 2016 17:29
Show Gist options
  • Select an option

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

Select an option

Save sliskiCode/e9bdf74b5a32dd48f868f18cbfdf3706 to your computer and use it in GitHub Desktop.
Living (Android) without Kotlin #5
defaultConfig {
jackOptions {
enabled true
}
}
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