I've been trying to use preview annotation in comp...
# compose-web
s
I've been trying to use preview annotation in compose-web, but whenever I add implementation(compose.preview) i got this error
Failed building KotlinMPPGradleModel
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find ui-tooling-preview-1.0.1-samplessources.jar (org.jetbrains.compose.uiui tooling preview1.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/jetbrains/compose/ui/ui-tooling-preview/1.0.1/ui-tooling-preview-1.0.1-samplessources.jar
What am i doing wrong? I use built in compose-web template from intellij idea
a
Preview annotation is not available for web, preview functionality is not implemented for web
s
oh i see, so that's why.. okay thanks for the clarification