Clean unused dependencies, minor refactorings
This commit is contained in:
@@ -37,8 +37,6 @@ dependencies {
|
||||
testRuntime(ideaSdkCoreDeps("*.jar"))
|
||||
testRuntime(ideaSdkDeps("*.jar"))
|
||||
// testRuntime(project(":kotlin-compiler", configuration = "default"))
|
||||
|
||||
buildVersion()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -6,9 +6,7 @@ apply { plugin("kotlin") }
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
val compile by configurations
|
||||
compile(project(":kotlin-stdlib"))
|
||||
buildVersion()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -6,9 +6,7 @@ apply { plugin("kotlin") }
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
val compile by configurations
|
||||
compile(ideaSdkDeps("asm-all"))
|
||||
buildVersion()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user