Hi everyone! Any one get this error message when b...
# compose
h
Hi everyone! Any one get this error message when build with compose-multiplatform?
Copy code
Execution failed for task ':presentation:transformCommonMainDependenciesMetadata'.
> Could not resolve all files for configuration ':presentation:iosX64CompilationDependenciesMetadata'.
   > Could not find runtime-saveable-uikitx64-1.5.1-metadata.jar (org.jetbrains.compose.runtime:runtime-saveable-uikitx64:1.5.1).
     Searched in the following locations:
         <https://jcenter.bintray.com/org/jetbrains/compose/runtime/runtime-saveable-uikitx64/1.5.1/runtime-saveable-uikitx64-1.5.1-metadata.jar>

Possible solution:
 - Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
Is this dependencies repositories error?