I am newbie with jetpack compose and i am trying t...
# compose-desktop
s
I am newbie with jetpack compose and i am trying to create dashboard desktop application to learn and i am seeing this error tried looking on stack overflow but didn't find any solution. Would you mind helping me resolve this.
d
add
compose.ui
to dependencies
s
In build.gradle.kts file?
androidx.compose.ui this one ?
d
yes, in
build.gradle.kts
, like:
Copy code
dependencies {
  //others
  implementation(compose.ui)
}