<dependency>
<groupId>app.cash.sqldelight</groupId>
<artifactId>runtime-watchosdevicearm64</artifactId>
<version>2.0.0-rc02</version>
<type>klib</type>
</dependency>
libraryDependencies += "app.cash.sqldelight" % "runtime-watchosdevicearm64" % "2.0.0-rc02"
@Grapes(
@Grab(group='app.cash.sqldelight', module='runtime-watchosdevicearm64', version='2.0.0-rc02')
)
<dependency org="app.cash.sqldelight" name="runtime-watchosdevicearm64" rev="2.0.0-rc02" />
compile