<dependency>
<groupId>app.cash.sqldelight</groupId>
<artifactId>native-driver-macosarm64</artifactId>
<version>2.0.0</version>
<type>klib</type>
</dependency>
@Grapes(
@Grab(group='app.cash.sqldelight', module='native-driver-macosarm64', version='2.0.0')
)