Skip to content

Commit

Permalink
Remove m2p plugin version (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
egorikftp authored Nov 22, 2024
1 parent 88664f0 commit 6704226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "jetbrains-compose" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
m2p = { id = "io.github.composegears.m2p", version = "unspecified" }
m2p = { id = "io.github.composegears.m2p" }

0 comments on commit 6704226

Please sign in to comment.