Skip to content

Commit d5b94df

Browse files
committed
Add workaround for KT-71675/CMP-6707
1 parent b116fe4 commit d5b94df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample/shared/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ android {
5353
minSdk = 28
5454
}
5555
}
56+
57+
tasks.findByName("checkSandboxAndWriteProtection")?.dependsOn("syncComposeResourcesForIos")

0 commit comments

Comments
 (0)