nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

Build failed: KaptExecution #851

Open dector opened 3 years ago

dector commented 3 years ago

STR:

  1. Clone repository.
  2. Run ./gradlew build.

ER:

Build finished with exit code 0.

AR:

Build failed:

Execution failed for task ':core:kaptDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
   > java.lang.reflect.InvocationTargetException (no error message)

Versions:

Gradle 5.6.4
Kotlin:       1.3.41
Groovy:       2.5.4
JVM:          11.0.11

Possible workaround: No such error when using JDK 1.8.

dector commented 3 years ago

Seems like build works on JVM 1.8. Is this kapt issue or just outdated tooling?