Skip to content

Commit

Permalink
Add new compose compiler plugin to Kotlin monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored May 21, 2024
1 parent f8d3152 commit c772459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions group.json5
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"org.jetbrains.kotlin.plugin.scripting",
"kotlin2js",
"kotlin-dce-js",
"org.jetbrains.kotlin.plugin.compose",
],
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d)-?(?<patch>\\d)?(?<prerelease>(?:-(?:RC\\d*|M\\d+))?(?:-(?:rc|beta|dev|release|space))?(?:-(?<build>\\d+(?:-\\d+)?))?)?$",
separateMajorMinor: true,
Expand Down

0 comments on commit c772459

Please sign in to comment.