Skip to content

Commit

Permalink
Update Kotlin Analysis API again
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 15, 2023
1 parent 663bb13 commit 2476741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 in valueOf https://github.com/Kotlin/dokka/issues/3335") // 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-7101"
kotlin-compiler-k2 = "22.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 2476741

Please sign in to comment.