Skip to content

Commit

Permalink
AA: Add missing dependencies
Browse files Browse the repository at this point in the history
which are provided by kotlin-compiler but not kotlin-compiler-for-ide.
  • Loading branch information
ting-yuan committed Aug 25, 2023
1 parent e43fde1 commit 86c4d08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ aaIntellijVersion=213.7172.25
aaGuavaVersion=29.0-jre
aaAsmVersion=9.0
aaFastutilVersion=8.5.4-9
aaStax2Version=4.2.1
aaAaltoXmlVersion=1.3.0

compilerTestEnabled=false

Expand Down
4 changes: 4 additions & 0 deletions kotlin-analysis-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ val aaIntellijVersion: String by project
val aaGuavaVersion: String by project
val aaAsmVersion: String by project
val aaFastutilVersion: String by project
val aaStax2Version: String by project
val aaAaltoXmlVersion: String by project

plugins {
kotlin("jvm")
Expand Down Expand Up @@ -62,6 +64,8 @@ dependencies {
implementation("com.google.guava:guava:$aaGuavaVersion")
implementation("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil:$aaFastutilVersion")
implementation("org.jetbrains.intellij.deps:asm-all:$aaAsmVersion")
implementation("org.codehaus.woodstox:stax2-api:$aaStax2Version") { isTransitive = false }
implementation("com.fasterxml:aalto-xml:$aaAaltoXmlVersion") { isTransitive = false }

implementation(project(":api"))
implementation(project(":common-util"))
Expand Down

0 comments on commit 86c4d08

Please sign in to comment.