[Build] DeclarewriteStdlibVersion as an explicit dependency of K/N stdlib
#KTI-1221 In Progress
This commit is contained in:
committed by
Space Team
parent
a93c49baf1
commit
9d128c8d0d
@@ -559,6 +559,7 @@ konanArtifacts {
|
|||||||
stdlibBuildTask = project.findKonanBuildTask("stdlib", project.platformManager.hostPlatform.target).apply {
|
stdlibBuildTask = project.findKonanBuildTask("stdlib", project.platformManager.hostPlatform.target).apply {
|
||||||
configure {
|
configure {
|
||||||
dependsOn(":kotlin-native:distCompiler")
|
dependsOn(":kotlin-native:distCompiler")
|
||||||
|
dependsOn(":prepare:build.version:writeStdlibVersion")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user