Hristijan
11/08/2024, 6:56 AMExecution failed for task ':shared:syncComposeResourcesForIos'.
> Cannot query the value of this provider because it has no value available.
Hristijan
11/08/2024, 6:58 AM//<https://youtrack.jetbrains.com/issue/KT-71675>
tasks.findByName("checkSandboxAndWriteProtection")?.dependsOn("syncComposeResourcesForIos")
targets.withType<KotlinNativeTarget>().configureEach {
binaries.framework {
isStatic = true
baseName = "SharedKt"
}
}
and also in my project
ENABLE_USER_SCRIPT_SANDBOXING = NO;
Hristijan
11/08/2024, 6:58 AM2.1.0-Beta1
with CMP 1.7.0Hristijan
11/08/2024, 6:59 AM