[Gradle] Update MppCompositeBuildIT to reflect changes in stdlib
^KT-60901 Verification Pending
This commit is contained in:
committed by
Space Team
parent
12c3b981c4
commit
10f3704b35
+2
-2
@@ -44,7 +44,7 @@ class MppCompositeBuildIT : KGPBaseTest() {
|
||||
regularSourceDependency(":producerBuild::producerA/nativeMain"),
|
||||
regularSourceDependency(":producerBuild::producerA/linuxMain"),
|
||||
kotlinNativeDistributionDependencies,
|
||||
binaryCoordinates(Regex(".*stdlib-common:.*")) /* KT-56278 */
|
||||
binaryCoordinates(Regex(".*stdlib:commonMain:.*")) /* KT-56278 */
|
||||
)
|
||||
|
||||
dependencies["linuxMain"].assertMatches(
|
||||
@@ -331,7 +331,7 @@ class MppCompositeBuildIT : KGPBaseTest() {
|
||||
regularSourceDependency(":producerBuild::producerA/nativeMain"),
|
||||
regularSourceDependency(":producerBuild::producerA/linuxMain"),
|
||||
kotlinNativeDistributionDependencies,
|
||||
binaryCoordinates(Regex(".*stdlib-common:.*")) /* KT-56278 */
|
||||
binaryCoordinates(Regex(".*stdlib:commonMain:.*")) /* KT-56278 */
|
||||
)
|
||||
|
||||
dependencies["linuxMain"].assertMatches(
|
||||
|
||||
Reference in New Issue
Block a user