jordond / MaterialKolor

🎨 A Compose multiplatform library for generating dynamic Material3 color schemes from a seed color

Home Page:https://demo.materialkolor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Kotlin/Wasm]After adding the dependency, the canvas cannot be filled

Zhou-Kt opened this issue · comments

I added it to my Kotlin/Wasm project and didn't do anything, but my layout started to shift to the top left. It was back to normal when I removed the dependency. It has been reproduced many times.

implementation("com.materialkolor:material-kolor:1.4.4")

Snipaste_2024-03-26_18-09-11 Snipaste_2024-03-26_18-09-20

v1.4.3 doesn't have such a problem

Hrmm, the only change between 1.4.3 and 1.4.4 was updating Kotlin to 1.9.23 and Compose Multiplatform to 1.6.1, it's possible it could be a Compose problem.

Hrmm, the only change between 1.4.3 and 1.4.4 was updating Kotlin to 1.9.23 and Compose Multiplatform to 1.6.1, it's possible it could be a Compose problem.

Okay, thanks, there's always some weird problem with kmp.