Build: exclude annotations.jar from Intellij
This commit is contained in:
@@ -11,6 +11,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testRuntime(intellijDep())
|
||||
testRuntime(intellijRuntimeAnnotations())
|
||||
|
||||
compile(kotlinStdlib("jdk8"))
|
||||
compileOnly(project(":kotlin-reflect-api"))
|
||||
|
||||
Reference in New Issue
Block a user