File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ allprojects {
65
65
dependencies {
66
66
dependencies {
67
67
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1" )
68
- implementation(" org.jetbrains.kotlin:idea:221 -$kotlinIdeVersion -IJ5591.52 " ) {
68
+ implementation(" org.jetbrains.kotlin:idea:222 -$kotlinIdeVersion -IJ4167.29 " ) {
69
69
isTransitive = false
70
70
}
71
71
}
@@ -104,8 +104,8 @@ dependencies {
104
104
implementation(" org.jetbrains.kotlin:kotlin-compiler-for-ide:$kotlinIdeVersion " ){
105
105
isTransitive = false
106
106
}
107
- implementation(" org.jetbrains.kotlin:common:221 -$kotlinIdeVersion -IJ5591.52 " )
108
- implementation(" org.jetbrains.kotlin:core:221 -$kotlinIdeVersion -IJ5591.52 " )
107
+ implementation(" org.jetbrains.kotlin:common:222 -$kotlinIdeVersion -IJ4167.29 " )
108
+ implementation(" org.jetbrains.kotlin:core:222 -$kotlinIdeVersion -IJ4167.29 " )
109
109
implementation(project(" :executors" , configuration = " default" ))
110
110
implementation(project(" :common" , configuration = " default" ))
111
111
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ plugins {
7
7
8
8
dependencies {
9
9
implementation(" org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion " )
10
- implementation(" org.jetbrains.kotlin:common:221-$kotlinIdeVersion -IJ5591.52" )
10
+ implementation(" org.jetbrains.kotlin:common:222-$kotlinIdeVersion -IJ4167.29" )
11
+ implementation(" org.jetbrains.kotlin:base-fe10-analysis:222-$kotlinIdeVersion -IJ4167.29" )
11
12
}
You can’t perform that action at this time.
0 commit comments