Skip to content

Commit

Permalink
suppress unstable Configuration.invoke() + dependency catalog (this c…
Browse files Browse the repository at this point in the history
…ode will probably be refactored later in Kotlin#2889)
  • Loading branch information
aSemy committed Mar 16, 2023
1 parent 6ba58c6 commit 37937d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kotlin-analysis/intellij-dependency/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ dependencies {
api(libs.kotlinPlugin.core)
api(libs.kotlinPlugin.native)

@Suppress("UnstableApiUsage")
intellijCore(libs.jetbrainsIntelliJ.core)
implementation(intellijCoreAnalysis())

@Suppress("UnstableApiUsage")
jpsStandalone(libs.jetbrainsIntelliJ.jpsStandalone)
implementation(jpsModel())
}
Expand Down

0 comments on commit 37937d4

Please sign in to comment.