Corrob
Corrob
Yes, that works! I only had mavenCentral() and google() before.
Is there a reason this isn't being approved? Are there any risks involved? This is blocking all projects that use this jest-image-snapshot from upgrading to jest 29 so it would...
Thanks for getting this one out the door!
I also have issues with the following: ``` Box(Modifier.clickable { println("clicked ") }) { MarkdownText("Click Here") } ``` It seems it works if you tap just above the text but...