Add explicit dependencies to nullable annotations

This commit is contained in:
Sergey Rostov
2018-12-11 12:26:17 +03:00
parent 423653d225
commit 883970fadb
38 changed files with 41 additions and 11 deletions
+1
View File
@@ -13,6 +13,7 @@ dependencies {
compile(project(":compiler:frontend"))
compile(project(":compiler:ir.tree"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly("org.jetbrains:annotations:13.0")
}
sourceSets {