Skip to content

Commit

Permalink
fix: NoClassDefFound with ksp.useKSP2=true
Browse files Browse the repository at this point in the history
Fixes and closes google#1665

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Feb 14, 2024
1 parent 42df0ec commit e93c77f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotlin-analysis-api/build.gradle.kts
Expand Up @@ -60,6 +60,7 @@ dependencies {
depSourceJars("$it:$aaKotlinBaseVersion:sources") { isTransitive = false }
}

implementation("io.javaslang:javaslang:2.0.6") // needed transitively for `kotlin-compiler-common-for-ide`
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.4")
implementation(kotlin("stdlib", aaKotlinBaseVersion))

Expand Down

0 comments on commit e93c77f

Please sign in to comment.