Remove app-specific build configurations recommendations from dev-guide and readme

Issue:#5572
PiperOrigin-RevId: 238401862
This commit is contained in:
aquilescanta 2019-03-14 09:17:38 +00:00 committed by Oliver Woodman
parent d93ee00d19
commit f566c9486c

View File

@ -95,20 +95,6 @@ compileOptions {
}
```
Note that if you want to use Java 8 features in your own code, the following
additional options need to be set:
```gradle
// For Java compilers:
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
}
// For Kotlin compilers:
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
}
```
### Locally ###
Cloning the repository and depending on the modules locally is required when