<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime</artifactId>
<version>1.6.0-rc01</version>
</dependency>
@Grapes(
@Grab(group='org.jetbrains.compose.runtime', module='runtime', version='1.6.0-rc01')
)