Hi folks, I want to try out the new `AnimatedImag...
# compose-desktop
l
Hi folks, I want to try out the new
AnimatedImage
in version
1.2.0-alpha01-dev755
but can’t find it any where in the project. However, it’s available in the release source code.
Copy code
plugins {
    id("org.jetbrains.compose") version "1.2.0-alpha01-dev755"
    // other plugins here
}
x
Which sourceset are you trying to import that in?
l
Just found out that I have to implement this as a separate library
Copy code
implementation("org.jetbrains.compose.components:components-animatedimage-desktop:1.2.0-alpha01-dev755")