Kotlin / kotlinx-datetime

KotlinX multiplatform date/time library
Apache License 2.0
2.43k stars 102 forks source link

Attempt working around IDEA's issues with sample display #391

Closed dkhalanskyjb closed 6 months ago

dkhalanskyjb commented 6 months ago

When trying to read documentation for a library that uses @sample in its KDocs, IDEA displays "Fetching Documentation..." indefinitely.

This commit doesn't fix that, but at least the documentation (including the samples) is readable by navigating to the definition of the thing in whose documentation you're interested.