[Native] Fix: Return sources for kotlin.test back to K/N distribution
This commit is contained in:
@@ -73,7 +73,6 @@ configurations {
|
||||
kotlin_reflect_jar
|
||||
kotlin_script_runtime_jar
|
||||
trove4j_jar
|
||||
kotlinCommonSources
|
||||
|
||||
cli_bcApiElements {
|
||||
extendsFrom cli_bcApi
|
||||
@@ -89,10 +88,6 @@ dependencies {
|
||||
kotlin_reflect_jar kotlinReflectModule
|
||||
kotlin_script_runtime_jar project(":kotlin-script-runtime")
|
||||
|
||||
[kotlinCommonStdlibModule, kotlinTestCommonModule, kotlinTestAnnotationsCommonModule].each {
|
||||
kotlinCommonSources(it) { transitive = false }
|
||||
}
|
||||
|
||||
compilerApi project(":kotlin-native:utilities:basic-utils")
|
||||
|
||||
compilerApi project(kotlinCompilerModule)
|
||||
|
||||
Reference in New Issue
Block a user