From f566c9486c5efb0c19719b0daa1d98eb6c979f79 Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Thu, 14 Mar 2019 09:17:38 +0000 Subject: [PATCH] Remove app-specific build configurations recommendations from dev-guide and readme Issue:#5572 PiperOrigin-RevId: 238401862 --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 03f16bd655..cedafe0ad9 100644 --- a/README.md +++ b/README.md @@ -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