Fix NON_EXHAUSTIVE_WHEN_STATEMENT warnings in project code
This commit is contained in:
committed by
teamcityserver
parent
a6edd852ff
commit
f3116cb64a
+2
-1
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user