Don't add dependency on a klib task for binary tasks
This commit is contained in:
committed by
Ilya Matveev
parent
7b7cf39388
commit
5c4adc1100
-1
@@ -498,7 +498,6 @@ open class KotlinNativeTargetConfigurator(
|
||||
registerOutputFiles(binaryOutputDirectory(buildType, kind, compilation))
|
||||
addCompilerPlugins()
|
||||
|
||||
dependsOn(compilation.compileKotlinTaskName)
|
||||
linkAll.dependsOn(this)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user