-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import the library into my Compose Desktop project #8
Comments
Thank you for reporting this! Only Jetpack Compose is supported at the moment because of some reliance on Android's Canvas Unfortunately, support for JetBrains Compose is not planned for now |
Oh, it's not the same thing? I missed it |
Would you accept contribution making the library multiplatform? |
Absolutely, all contrubitions are welcome! |
I'm also interested in multiplatform. I was able to convert PieChartRenderer to use only Compose Canvas without difficulty. I'll take a look at the other charts and if I don't run into any stumbling blocks submit a PR. |
Hello,
I try to import your library in my project to make graphics, but without success.
My build.gradle.kts :
And the error it generates for me when I run the gradle task runDistributable:
The version number, I got it here. How do I do it?
The text was updated successfully, but these errors were encountered: