Hello, I am using <https://github.com/tehras/chart...
# compose
s
Hello, I am using https://github.com/tehras/charts and I upgraded to beta07. I am getting
java.lang.NoSuchMethodError: No interface method startRestartGroup
in class Landroidx/compose/runtime/Composer
crash when I try to draw a chart. How can I fix this issue?
p
make sure you updated all deps to beta07, e.g. review result of:
./gradlew app:dependencies
s
The library uses beta01 as stated in the docs. does that mean that I can no longer use it?
p
I’m afraid yes
i
Every library needs to be recompiled against beta07 to work, as per the Compose release notes
s
Thank you!