Open whyoleg opened 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
desktopMain
linuxMain
macosMain
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
Blocked by https://youtrack.jetbrains.com/issue/KT-72366 - this is the reason for test failures (forgot to link it here)
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
andlinuxMain
/macosMain
source-sets