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)
|
||||
with(compilation) {
|
||||
project.dependencies.add(compileDependencyConfigurationName, interopOutput)
|
||||
output.tryAddClassesDir { interopOutput }
|
||||
}
|
||||
}
|
||||
createCInteropKlibArtifact(interop, interopTask)
|
||||
|
||||
Reference in New Issue
Block a user