I compile android project with target 1.8 ```andro...
# kapt
e
I compile android project with target 1.8
Copy code
android {
  compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
  }