Clean unused dependencies, minor refactorings

This commit is contained in:
Ilya Chernikov
2017-08-22 16:23:42 +02:00
parent 27968c8e13
commit 3e46c59187
29 changed files with 90 additions and 397 deletions
@@ -1,15 +1,9 @@
import org.gradle.jvm.tasks.Jar
description = "Kotlin Android Extensions IDEA"
apply { plugin("kotlin") }
dependencies {
val compile by configurations
val compileOnly by configurations
val testCompile by configurations
val testCompileOnly by configurations
val testRuntime by configurations
compile(project(":compiler:util"))
compile(project(":compiler:light-classes"))
compile(project(":idea:idea-core"))
@@ -54,8 +48,6 @@ projectTest {
workingDir = rootDir
}
val jar: Jar by tasks
runtimeJar()
ideaPlugin {
from(jar)
}
ideaPlugin()