Fix NON_EXHAUSTIVE_WHEN_STATEMENT warnings in project code

This commit is contained in:
Dmitriy Novozhilov
2021-07-13 15:48:59 +03:00
committed by teamcityserver
parent a6edd852ff
commit f3116cb64a
35 changed files with 75 additions and 27 deletions
@@ -315,6 +315,7 @@ class NewMultiplatformIT : BaseGradleIT() {
IR -> {
groupDir.resolve(jsJarName).exists()
}
BOTH -> {}
}
val metadataJarEntries = ZipFile(groupDir.resolve(metadataJarName)).entries().asSequence().map { it.name }.toSet()
@@ -1846,4 +1847,4 @@ class NewMultiplatformIT : BaseGradleIT() {
HostManager.hostIsMac -> "macosX64"
else -> throw AssertionError("Host ${HostManager.host} is not supported for this test")
}
}
}