Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

compile option in android

android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
  }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #compile #option #android
ADD COMMENT
Topic
Name
3+2 =