Open harry248 opened 1 week ago
~@harry248 thanks for opening the issue. It's not directly related to the material3.
It seems the org.jetbrains.compose.material:material
does not have the version +build1877-release-1.7
published.
Thanks for reporting, I'll address this issue today.~
I'm having a hard time reproducing this issue, could you share your version catalog and your build.gradle?
could you try the version 1.1.0 in meanwhile?
@harry248 any updates on this? I want to solve this issue, but I am not able to reproduce it.
I'm working on a project that is using Rinku 1.2 and both compose.material and compose.material3.
So I'll probably need more info here.
btw. The voyager sample is also using material3
@theolm @harry248 I added implementation(compose.material)
even tho I'm using material3, that's how I fixed it.
I am getting the following error (just following the setup step in the readme and doing a gradle sync):
Maybe it's related to the fact, that I am using
implementation(compose.material3)
and notimplementation(compose.material)
?But I guess the library should also work with projects using only Material3.