chore: add metro
This commit is contained in:
parent
dae42c48f2
commit
058e55538a
4 changed files with 6 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue