dokka icon indicating copy to clipboard operation
dokka copied to clipboard

API documentation engine for Kotlin

Results 571 dokka issues
Sort by recently updated
recently updated
newest added

**Question** I can't figure out how to build github pages folder for my [multi-module project](https://github.com/motorro/RxLceModel) with 1.4 `dokkaGfmMultiModule`/`dokkaGfmCollector` tasks. I used to gather dokka outputs with a recipe [from here](https://github.com/Kotlin/dokka/issues/157#issuecomment-468278468)...

question
runner: Gradle plugin
format: gfm

If you have this structure: ``` root/ module1/ module1.md build.gradle.kts build.gradle.kts ``` Problem: - add the configuration for `includes.from("module1.md")` in `module1/build.gradle.kts`, - run `./gradlew dokkaHtmlMultiModule` - the markdown file is...

**Describe the bug** Dokka fail on android with different build types It is only successful if I run using debug build type ``` lateinit property module has not been initialized...

bug
platform: android-jvm

See #2576 The main idea is that declarations without platform tabs can be considered to be "common" by default The problem with rendering single "common" platform tab everywhere is that...

**Describe the bug** I am trying to release to Maven Central, but when I publish, I get an error ```none Could not load the value of field `values` of `org.gradle.api.internal.collections.SortedSetElementSource`...

bug
runner: Gradle plugin
runner: gradle plugin v2

Fixes #1217 Fixes #2231 I've tested locally with success. The changes are fairly simple, but because the configurations are now resolved when executing certain tests, those tests fail if the...

runner: Gradle plugin

This is regression from https://github.com/Kotlin/dokka/pull/2593. Completely forgot about `Byte`, `Short` and `Char`. It was also displayed fine (resolved `StringValue` by default), but the returned type was incorrect.

**Describe the bug** #1489 made it so the `DProperty` generated for a primitive constant defined in Kotlin contains a `DefaultValue` with the value of that constant. However, a `DProperty` generated...

bug
Google

Seems like it had styles of pre-1.6 Dokka. Fixes #2605 Not sure how it looked before, but now it looks like this: ![2022-08-04_15-49-00](https://user-images.githubusercontent.com/22685910/182864322-557f7007-d7a0-420a-af7a-0d1688b116ae.png)