You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App compiles, but crashes when tries to show the LineChart. I updated Compose version to 1.0.4, and still get it.
java.lang.NoSuchFieldError: No field Stroke of type Landroidx/compose/ui/graphics/PaintingStyle; in class Landroidx/compose/ui/graphics/PaintingStyle; or its superclasses (declaration of 'androidx.compose.ui.graphics.PaintingStyle' appears in /data/app/~~1IClg3K24qqTN_iqrjdXRg==/es.jnsoft.whatweath-pLHYJOTf4GaonKm_ukZsTg==/base.apk)
at com.github.tehras.charts.line.renderer.line.SolidLineDrawer.(SolidLineDrawer.kt:14)
at com.github.tehras.charts.line.renderer.line.SolidLineDrawer.(Unknown Source:0)
at com.github.tehras.charts.line.renderer.line.SolidLineDrawer.(SolidLineDrawer.kt:8)
Edited:
I meant, my project was using Compose 1.0.1, and had the same issue.
The text was updated successfully, but these errors were encountered:
App compiles, but crashes when tries to show the LineChart. I updated Compose version to 1.0.4, and still get it.
java.lang.NoSuchFieldError: No field Stroke of type Landroidx/compose/ui/graphics/PaintingStyle; in class Landroidx/compose/ui/graphics/PaintingStyle; or its superclasses (declaration of 'androidx.compose.ui.graphics.PaintingStyle' appears in /data/app/~~1IClg3K24qqTN_iqrjdXRg==/es.jnsoft.whatweath-pLHYJOTf4GaonKm_ukZsTg==/base.apk)
at com.github.tehras.charts.line.renderer.line.SolidLineDrawer.(SolidLineDrawer.kt:14)
at com.github.tehras.charts.line.renderer.line.SolidLineDrawer.(Unknown Source:0)
at com.github.tehras.charts.line.renderer.line.SolidLineDrawer.(SolidLineDrawer.kt:8)
Edited:
I meant, my project was using Compose 1.0.1, and had the same issue.
The text was updated successfully, but these errors were encountered: