Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions retrofit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ dependencies {

// Can't extend extraCompileOnly from compileOnly due to the circular dependencies.
extraCompileOnly libs.okhttp.client

// Allow types in the main source set to be visible to the extra source set.
extraImplementation sourceSets.main.output
}

javadoc {
Expand Down
Loading