Rémy
05/13/2021, 5:17 PMRémy
05/13/2021, 5:19 PMExecution failed for task ':shared:cinteropAFNetworkingIos'.
> Could not resolve all files for configuration ':shared:iosAFNetworkingCInterop'.
> Could not find runtime-0.4.0-build188-samplessources.jar (org.jetbrains.compose.runtime:runtime:0.4.0-build188).
Searched in the following locations:
<https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/runtime/runtime/0.4.0-build188/runtime-0.4.0-build188-samplessources.jar>
> Could not find foundation-0.4.0-build188-samplessources.jar (org.jetbrains.compose.foundation:foundation:0.4.0-build188).
Searched in the following locations:
<https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/foundation/foundation/0.4.0-build188/foundation-0.4.0-build188-samplessources.jar>
> Could not find material-0.4.0-build188-samplessources.jar (org.jetbrains.compose.material:material:0.4.0-build188).
Searched in the following locations:
<https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/material/material/0.4.0-build188/material-0.4.0-build188-samplessources.jar>
Possible solution:
- Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
I see that following location to download dependencies add a -samplessources
...
Do you have an idea please 🤔 ?russhwolf
05/13/2021, 5:38 PMRémy
05/13/2021, 5:43 PMapi(compose.runtime)
api(compose.foundation)
api(compose.material)
And the build works!
Thank you @russhwolfrusshwolf
05/13/2021, 5:43 PM