<dependency>
<groupId>org.jetbrains.compose.annotation-internal</groupId>
<artifactId>annotation-tvosarm64</artifactId>
<version>1.7.0-alpha01</version>
<type>klib</type>
</dependency>
implementation 'org.jetbrains.compose.annotation-internal:annotation-tvosarm64:1.7.0-alpha01'
implementation("org.jetbrains.compose.annotation-internal:annotation-tvosarm64:1.7.0-alpha01")
libraryDependencies += "org.jetbrains.compose.annotation-internal" % "annotation-tvosarm64" % "1.7.0-alpha01"
@Grapes(
@Grab(group='org.jetbrains.compose.annotation-internal', module='annotation-tvosarm64', version='1.7.0-alpha01')
)
<dependency org="org.jetbrains.compose.annotation-internal" name="annotation-tvosarm64" rev="1.7.0-alpha01" />
compile