Skip to content

Commit 1ddf6a6

Browse files
committed
fix dokka exclusion
1 parent 355ef89 commit 1ddf6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dokka {
147147
}
148148
externalDocumentationLinks { create("ktor") { url("https://api.ktor.io/") } }
149149
suppressedFiles.from(
150-
"build/generated/ksp/metadata/commonMain/kotlin/co.pokeapi/pokekotlin/_PokeApiImpl.kt"
150+
"build/generated/ksp/metadata/commonMain/kotlin/co/pokeapi/pokekotlin/_PokeApiImpl.kt"
151151
)
152152
}
153153
}

0 commit comments

Comments
 (0)