[Build] DeclarewriteStdlibVersion as an explicit dependency of K/N stdlib

#KTI-1221 In Progress
This commit is contained in:
Alexander.Likhachev
2023-06-08 01:16:02 +02:00
committed by Space Team
parent a93c49baf1
commit 9d128c8d0d
+1
View File
@@ -559,6 +559,7 @@ konanArtifacts {
stdlibBuildTask = project.findKonanBuildTask("stdlib", project.platformManager.hostPlatform.target).apply {
configure {
dependsOn(":kotlin-native:distCompiler")
dependsOn(":prepare:build.version:writeStdlibVersion")
}
}
}