chore: add metro

This commit is contained in:
Cilly Leang 2026-01-23 19:18:14 +11:00
parent dae42c48f2
commit 058e55538a
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 6 additions and 1 deletions

View file

@ -15,6 +15,7 @@ junit = "4.13.2"
kotlin = "2.3.0"
kotlinx-coroutines = "1.10.2"
material3 = "1.10.0"
metro = "0.10.0"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
@ -43,3 +44,4 @@ composeHotReload = { id = "org.jetbrains.compose.hot-reload", version.ref = "com
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "composeMultiplatform" }
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
metro = { id = "dev.zacsweers.metro", version.ref = "metro" }