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