We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f90e0 commit b463f5dCopy full SHA for b463f5d
build.gradle.kts
@@ -79,7 +79,7 @@ tasks.register("validateDistributions") {
79
80
private fun Project.validateKotlinMultiplatformCoreArtifacts() {
81
val distributionDir = project.layout.buildDirectory.dir("distributions").get().asFile
82
- val expectedNumOfFiles = 15
+ val expectedNumOfFiles = 20
83
val filesList = distributionDir.listFiles()
84
val actualNumOfFiles = filesList?.size ?: 0
85
0 commit comments