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