I’ve updated to : ```id("org.jetbrains.compose") version "1.0.0-alpha3"``` but the problem persists...
f
I’ve updated to :
Copy code
id("org.jetbrains.compose") version "1.0.0-alpha3"
but the problem persists.
🧵 5
s
have you added compose uitooling dependency
implementation(compose.uiTooling)
?