Add explicit dependencies to nullable annotations
This commit is contained in:
@@ -22,7 +22,7 @@ dependencies {
|
||||
compile(project(":kotlin-scripting-compiler"))
|
||||
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
|
||||
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8")) { isTransitive = false }
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "annotations") }
|
||||
compileOnly(intellijDep()) {
|
||||
Ide.IJ191.orHigher {
|
||||
this@compileOnly.includeJars("platform-api")
|
||||
|
||||
Reference in New Issue
Block a user