Build: exclude annotations.jar from Intellij

This commit is contained in:
Sergey Rostov
2019-02-22 14:30:13 +03:00
parent 17c0422d8f
commit 63dca7b3b5
4 changed files with 68 additions and 28 deletions
+1
View File
@@ -11,6 +11,7 @@ repositories {
dependencies {
testRuntime(intellijDep())
testRuntime(intellijRuntimeAnnotations())
compile(kotlinStdlib("jdk8"))
compileOnly(project(":kotlin-reflect-api"))