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