We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3043885 + 27d20fc commit 6630b64Copy full SHA for 6630b64
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.13.1",
+ val metro: String = "0.13.2",
83
val metroPlugin: String = "0.10.2",
84
val composeBom: String = "2026.03.01",
85
val robolectric: String = "4.16.1",
0 commit comments