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