dokka
dokka copied to clipboard
Migration kotlin-compiler to 2.0.0-Beta5 leads to non implemented abstract memeber in BindingContext
KGP + kotlin-compiler versions: 2.0.0-dev-18990 (but the change will be released in Beta5) The error message
> Task :dokka-subprojects:analysis-kotlin-descriptors-ide:compileKotlin FAILED
e: file:///Users/Andrei.Tyrin/IdeaProjects/_gates/dokka_kct/dokka-subprojects/analysis-kotlin-descriptors-ide/src/main/kotlin/org/jetbrains/dokka/analysis/kotlin/descriptors/ide/DokkaResolutionFacade.kt:69:20 Object is not abstract and does not implement abstract member public abstract fun getProject(): Project? defined in org.jetbrains.kotlin.resolve.BindingContext
The change in Kotlin: https://youtrack.jetbrains.com/issue/KT-66449