Skip to content

Commit

Permalink
Add 'caffeine' dependency from Analysis API
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 18, 2023
1 parent e71be59 commit d1718ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subprojects/analysis-kotlin-symbols/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@ dependencies {
isTransitive = false // see KTIJ-19820
}
}
// copy-pasted from Analysis API https://github.com/JetBrains/kotlin/blob/a10042f9099e20a656dec3ecf1665eea340a3633/analysis/low-level-api-fir/build.gradle.kts#L37
runtimeOnly("com.github.ben-manes.caffeine:caffeine:2.9.3")

runtimeOnly(libs.kotlinx.collections.immutable)
implementation(libs.kotlin.compiler.k2) {
isTransitive = false
}

// TODO [beresnev] get rid of it
compileOnly(libs.kotlinx.coroutines.core)

}

tasks {
Expand Down

0 comments on commit d1718ed

Please sign in to comment.