Implement more general "apply defaults" functionality for host configurations

This commit is contained in:
Ilya Chernikov
2019-09-03 14:46:28 +02:00
parent e3187217ee
commit f350c24846
9 changed files with 71 additions and 29 deletions
+2 -1
View File
@@ -11,11 +11,12 @@ dependencies {
compileOnly(project(":kotlin-reflect-api"))
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
runtime(project(":kotlin-reflect"))
testCompile(commonDep("junit"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
"test" { projectDefault() }
}
publish()