File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
subprojects/analysis-kotlin-symbols Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ kotlinx-bcv = "0.12.1"
11
11
12
12
# # Analysis
13
13
kotlin-compiler = " 1.9.10"
14
- kotlin-compiler-k2 = " 1.9.0-release-358 "
14
+ kotlin-compiler-k2 = " 1.9.30-dev-3330 "
15
15
16
16
# MUST match the version of the intellij platform used in the kotlin compiler,
17
17
# otherwise this will lead to different versions of psi API and implementations
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ dependencies {
54
54
listOf (
55
55
libs.kotlin.high.level.api.api,
56
56
libs.kotlin.analysis.api.standalone,
57
- libs.kotlin.high.level.api.impl // for Standalone prototype
58
57
).forEach {
59
58
implementation(it) {
60
59
isTransitive = false // see KTIJ-19820
@@ -67,7 +66,7 @@ dependencies {
67
66
libs.kotlin.low.level.api.fir,
68
67
libs.kotlin.analysis.project.structure,
69
68
libs.kotlin.analysis.api.providers,
70
- libs.kotlin.symbol.light.classes
69
+ libs.kotlin.symbol.light.classes,
71
70
).forEach {
72
71
runtimeOnly(it) {
73
72
isTransitive = false // see KTIJ-19820
You can’t perform that action at this time.
0 commit comments