Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.45k stars 410 forks source link

Run integration tests with Kotlin 2.1.0-RC #3865

Open whyoleg opened 1 month ago

whyoleg commented 1 month ago

related to https://github.com/Kotlin/dokka/pull/3859#discussion_r1802881712

Note: Dokka itself is still compiled with 2.0.20

commit https://github.com/Kotlin/dokka/pull/3865/commits/282eb2b93bdc58152cea503de167579001243e3c makes project used in test compilable - previously there were redeclaration of the same symbols in desktopMain and linuxMain/macosMain source-sets

adam-enko commented 1 month ago

I see test failures in the integration tests, is this related to this PR?

https://ge.jetbrains.com/s/xtwimjlowl6zc/tests/task/:dokka-integration-tests:gradle:testTemplateProjectMultiplatform/details/org.jetbrains.dokka.it.gradle.Multiplatform0GradleIntegrationTest/execute(BuildVersions)%5B7%5D?top-execution=1

whyoleg commented 1 month ago

Blocked by https://youtrack.jetbrains.com/issue/KT-72366 - this is the reason for test failures (forgot to link it here)