diff --git a/build.gradle.kts b/build.gradle.kts index b8e739b..8f0c476 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -76,8 +76,12 @@ tasks.withType().configureEach { compilerOptions(kotlinCompilerOptio tasks.withType().configureEach { jvmTarget = tomlJvmTarget } tasks.named("dokkaHtml") { - outputDirectory.set(rootDir.resolve("docs/0.x")) + outputDirectory.set(layout.projectDirectory.dir("docs/1.x")) dokkaSourceSets.configureEach { + if (name == "testFixtures") { + suppress.set(false) + } + skipDeprecated.set(true) externalDocumentationLink { url.set(URI("https://square.github.io/retrofit/2.x/retrofit/").toURL())