We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73a48b commit 30f11c3Copy full SHA for 30f11c3
common/build.gradle.kts
@@ -8,4 +8,5 @@ plugins {
8
dependencies {
9
implementation("org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion")
10
implementation("org.jetbrains.kotlin:common:222-$kotlinIdeVersion-IJ4167.29")
11
+ implementation("org.jetbrains.kotlin:base-fe10-analysis:222-$kotlinIdeVersion-IJ4167.29")
12
}
0 commit comments