Skip to content

Commit bfbb0d1

Browse files
committed
Update version Analysis API to 1.9.30-dev-3330
1 parent 714de11 commit bfbb0d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlinx-bcv = "0.12.1"
1111

1212
## Analysis
1313
kotlin-compiler = "1.9.10"
14-
kotlin-compiler-k2 = "1.9.0-release-358"
14+
kotlin-compiler-k2 = "1.9.30-dev-3330"
1515

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

subprojects/analysis-kotlin-symbols/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ dependencies {
5454
listOf(
5555
libs.kotlin.high.level.api.api,
5656
libs.kotlin.analysis.api.standalone,
57-
libs.kotlin.high.level.api.impl // for Standalone prototype
5857
).forEach {
5958
implementation(it) {
6059
isTransitive = false // see KTIJ-19820
@@ -67,7 +66,7 @@ dependencies {
6766
libs.kotlin.low.level.api.fir,
6867
libs.kotlin.analysis.project.structure,
6968
libs.kotlin.analysis.api.providers,
70-
libs.kotlin.symbol.light.classes
69+
libs.kotlin.symbol.light.classes,
7170
).forEach {
7271
runtimeOnly(it) {
7372
isTransitive = false // see KTIJ-19820

0 commit comments

Comments
 (0)