Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jul 1, 2021
1 parent c12768f commit d86fb41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ide-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dependencies {
api(project(":kotlin-jvm-blocking-bridge-gradle"))

// compileOnly("org.jetbrains.kotlin:kotlin-compiler:${Versions.kotlin}")
compileOnly(files("libs/ide-common.jar"))
compileOnly(fileTree("run/idea-sandbox/plugins/Kotlin/lib").filter {
!it.name.contains("stdlib") && !it.name.contains("coroutines")
})
}

version = Versions.idePlugin
Expand Down

0 comments on commit d86fb41

Please sign in to comment.