You can access the resolution result using configurations.runtimeClasspath.incoming.resolutionResult
.
The implementation
configuration is just a set of dependencies. So you don’t “access the resolved implementation dependencies”. You have to ask Gradle what was resolved for compile (compileClasspath
) or runtime (runtimeClasspath
) or annotation processing (annotationProcessor
), …