<dependency>
<groupId>org.jetbrains.compose.animation</groupId>
<artifactId>animation</artifactId>
<version>1.4.3</version>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.compose.animation', module='animation', version='1.4.3')
)
runtime
|-- androidx.compose.animation:animation:1.4.3
|-- org.jetbrains.compose.animation:animation-core
|-- org.jetbrains.compose.foundation:foundation-layout:1.4.3
|-- org.jetbrains.compose.runtime:runtime:1.4.3
|-- org.jetbrains.compose.ui:ui:1.4.3
|-- org.jetbrains.compose.ui:ui-geometry:1.4.3