We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355ef89 commit 1ddf6a6Copy full SHA for 1ddf6a6
build.gradle.kts
@@ -147,7 +147,7 @@ dokka {
147
}
148
externalDocumentationLinks { create("ktor") { url("https://api.ktor.io/") } }
149
suppressedFiles.from(
150
- "build/generated/ksp/metadata/commonMain/kotlin/co.pokeapi/pokekotlin/_PokeApiImpl.kt"
+ "build/generated/ksp/metadata/commonMain/kotlin/co/pokeapi/pokekotlin/_PokeApiImpl.kt"
151
)
152
153
0 commit comments