Slide 8
Slide 8 text
android {
...
defaultConfig {
...
jackOptions {
enabled true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
Getting started: developer.android.com/preview/j8-jack.html
TL;DR
1. setup a project for the N preview
2. add this Gradle config: