This message was deleted.
# community-support
s
This message was deleted.
t
l
Thanks for trying to help me.That is component-resources ? Is it necessary module for Gradle or it's just artifact necessary for Jetbrains Compose group? There is no corresponding group сomponent-resources for version Jetbrains Compose 1.1.0 Link to the required artifact https://mvnrepository.com/artifact/org.jetbrains.compose.runtime/runtime/1.1.0 Detailed error when trying to build the project Cause 27: org.gradle.api.internal.artifacts.transform.TransformException: Failed to transform runtime-1.1.0.aar (org.jetbrains.compose.runtimeruntime1.1.0) to match attributes {artifactType=android-manifest, org.gradle.status=release}. Caused by: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find runtime-1.1.0.aar (org.jetbrains.compose.runtimeruntime1.1.0). Searched in the following locations: https://mylocalrepo/org/jetbrains/compose/runtime/runtime/1.1.0/runtime-1.1.0.aar
but https://mvnrepository.com/artifact/org.jetbrains.compose.runtime/runtime/1.1.0 only has JAR files. and due to the fact that switching to mavenCentral corrects the error, I come to the conclusion that my repository does not contain the necessary metadata files
A similar situation but only for Desktop artifacts and without answers https://github.com/JetBrains/compose-multiplatform/issues/2013