We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60a1a54 + e9565fb commit 8268426Copy full SHA for 8268426
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -79,7 +79,7 @@ data class Android(
79
val kotlinMultiplatformLibrary: Boolean = false,
80
val hilt: String = "2.59.2",
81
val hiltAandroidx: String = "1.3.0",
82
- val metro: String = "0.12.1",
+ val metro: String = "0.13.0",
83
val metroPlugin: String = "0.10.2",
84
val composeBom: String = "2026.03.01",
85
val robolectric: String = "4.16.1",
0 commit comments