Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Execution failed for task ':api:kaptGenerateStubsDebugKotlin'.
> Could not resolve all files for configuration ':api:kapt'.
> Failed to transform file 'org.eclipse.jdt.core-3.10.0.jar' to match attributes {artifactType=processed-jar} using transform JetifyTransform
> Failed to transform '/Users/jakew/.gradle/caches/modules-2/files-2.1/org.eclipse.jdt/org.eclipse.jdt.core/3.10.0/647e19b28c106a63a14401c0f5956289792adf2f/org.eclipse.jdt.core-3.10.0.jar' using Jetifier. Reason: The type does not support '.' as package separator! Received 'java.lang.Object;Ljava.lang.Class'.. (Run with --stacktrace for more details.) To disable Jetifier, set android.enableJetifier=false in your gradle.properties file.
This dependency comes transitively from an annotation processor in the kapt configuration:
kapt
\--- se.ansman.kotshi:compiler:1.0.4
+--- se.ansman.kotshi:api:1.0.4
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.40
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.40
| | \--- org.jetbrains:annotations:13.0
| \--- com.squareup.moshi:moshi:1.5.0
| \--- com.squareup.okio:okio:1.13.0
+--- com.google.auto.service:auto-service:1.0-rc2
| +--- com.google.auto:auto-common:0.3 -> 0.8
| | \--- com.google.guava:guava:19.0
| \--- com.google.guava:guava:18.0 -> 19.0
+--- com.google.auto:auto-common:0.8 (*)
+--- com.squareup:javapoet:1.9.0
+--- com.google.googlejavaformat:google-java-format:1.1
| +--- com.google.guava:guava:19.0
| \--- org.eclipse.jdt:org.eclipse.jdt.core:3.10.0
| +--- org.eclipse.core:org.eclipse.core.resources:3.7.100
| | +--- org.eclipse.core:org.eclipse.core.expressions:3.4.300
| | | \--- org.eclipse.core:org.eclipse.core.runtime:3.7.0
| | | +--- org.eclipse.osgi:org.eclipse.osgi:3.7.1
| | | +--- org.eclipse.equinox:org.eclipse.equinox.common:3.6.0
| | | +--- org.eclipse.core:org.eclipse.core.jobs:3.5.100
| | | | \--- org.eclipse.equinox:org.eclipse.equinox.common:3.6.0
| | | +--- org.eclipse.equinox:org.eclipse.equinox.registry:3.5.101
| | | | \--- org.eclipse.equinox:org.eclipse.equinox.common:3.6.0
| | | +--- org.eclipse.equinox:org.eclipse.equinox.preferences:3.4.1
| | | | \--- org.eclipse.equinox:org.eclipse.equinox.common:3.6.0
| | | +--- org.eclipse.core:org.eclipse.core.contenttype:3.4.100
| | | | +--- org.eclipse.equinox:org.eclipse.equinox.preferences:3.4.1 (*)
| | | | +--- org.eclipse.equinox:org.eclipse.equinox.registry:3.5.101 (*)
| | | | \--- org.eclipse.equinox:org.eclipse.equinox.common:3.6.0
| | | \--- org.eclipse.equinox:org.eclipse.equinox.app:1.3.100
| | +--- org.eclipse.core:org.eclipse.core.filesystem:1.3.100
| | | +--- org.eclipse.equinox:org.eclipse.equinox.common:3.6.0
| | | +--- org.eclipse.equinox:org.eclipse.equinox.registry:3.5.101 (*)
| | | \--- org.eclipse.osgi:org.eclipse.osgi:3.7.1
| | \--- org.eclipse.core:org.eclipse.core.runtime:3.7.0 (*)
| +--- org.eclipse.core:org.eclipse.core.runtime:3.7.0 (*)
| +--- org.eclipse.core:org.eclipse.core.filesystem:1.3.100 (*)
| \--- org.eclipse.text:org.eclipse.text:3.5.101
| +--- org.eclipse.core:org.eclipse.core.commands:3.6.0
| \--- org.eclipse.equinox:org.eclipse.equinox.common:3.6.0
+--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.40 (*)
\--- com.squareup.moshi:moshi:1.5.0 (*)