Don't add cinterop libraries in compilation output (#1871)
This commit is contained in:
-1
@@ -608,7 +608,6 @@ open class KotlinNativeTargetConfigurator(
|
|||||||
val interopOutput = project.files(outputFileProvider).builtBy(this)
|
val interopOutput = project.files(outputFileProvider).builtBy(this)
|
||||||
with(compilation) {
|
with(compilation) {
|
||||||
project.dependencies.add(compileDependencyConfigurationName, interopOutput)
|
project.dependencies.add(compileDependencyConfigurationName, interopOutput)
|
||||||
output.tryAddClassesDir { interopOutput }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
createCInteropKlibArtifact(interop, interopTask)
|
createCInteropKlibArtifact(interop, interopTask)
|
||||||
|
|||||||
Reference in New Issue
Block a user