Skip to content

Commit

Permalink
[K2] Update version of Kotlin Analysis API (#3337)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev authored Nov 15, 2023
1 parent 0fd90a3 commit 1e12678
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class ContentForExceptions : BaseAbstractTest() {
)
}

@OnlyDescriptors("Fixed in 1.9.20 (IMPORT STAR)")
@Test
fun `function with navigatable thrown exception`() {
testInline(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}

@OnlyDescriptors("Fixed in 1.9.20 (IMPORT STAR)")
@Test
fun `multiline kotlin throws with comment`() {
testInline(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import org.jetbrains.dokka.model.Invariance
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotEquals
import utils.OnlyDescriptors

class KotlinArrayDocumentableReplacerTest : BaseAbstractTest() {
private val configuration = dokkaConfiguration {
Expand Down Expand Up @@ -164,7 +163,6 @@ class KotlinArrayDocumentableReplacerTest : BaseAbstractTest() {
}
}

@OnlyDescriptors("Fix module.contentScope in new Standalone API") // TODO fix module.contentScope [getKtModuleForKtElement]
@Test
fun `no jvm source set`() {
val configurationWithNoJVM = dokkaConfiguration {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ val soapXml = node("soap-env:Envelope", soapAttrs,
}
}

@OnlyDescriptors("Fix kdoc link") // TODO
@OnlyDescriptors("Fix kdoc link in valueOf https://github.com/Kotlin/dokka/issues/3335") // TODO
@Test
fun `should have documentation for synthetic Enum valueOf functions`() {
testInline(
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinx-bcv = "0.13.2"

## Analysis
kotlin-compiler = "1.9.20"
kotlin-compiler-k2 = "2.0.0-dev-5387"
kotlin-compiler-k2 = "2.0.0-dev-7674"

# MUST match the version of the intellij platform used in the kotlin compiler,
# otherwise this will lead to different versions of psi API and implementations
Expand Down

0 comments on commit 1e12678

Please sign in to comment.