Cannot view chart in Jetpack Compose Preview #805
anchithAcharya
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @anchithAcharya, we ran your code and we didn't experience the exception. It seems to be a build cache issue. It should disappear when you rebuild the project. However, the preview will remain blank, as Compose previews don't support asynchronous execution ( Since this is not entirely a bug, I'm converting this to a discussion. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to reproduce
Run the following code in an android project with Jetpack Compose set up:
Observed behavior
Preview fails to load, giving the following exception:
java.lang.ClassNotFoundException: com.patrykandpatrick.vico.core.cartesian.data.CartesianChartModelProducer
Expected behavior
Preview should be visible
Vico version(s)
2.0.0-alpha.23
Android version(s)
SDK version 34, minSDK 30
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions