Skip to content

Commit

Permalink
Group KSP in Kotlin (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed May 8, 2024
1 parent dde006d commit 89fe9dd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion group.json5
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"org.jetbrains.kotlin.platform.jvm",
"kotlin-parcelize",
"org.jetbrains.kotlin.plugin.parcelize",
"kotlin-scripting,",
"kotlin-scripting",
"org.jetbrains.kotlin.plugin.scripting",
"kotlin2js",
"kotlin-dce-js",
Expand All @@ -119,6 +119,21 @@
separateMultipleMajor: true,
separateMinorPatch: true,
},
{
groupName: "Kotlin",
description: "Group together all dependencies from KSP into Kotlin. This is required because KSP depends on Kotlin internals.",
matchPackagePrefixes: [
"com.google.devtools.ksp:",
],
matchPackageNames: [
"com.google.devtools.ksp",
"com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin",
],
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d)(?<patch>\\d)?(?<prerelease>-(?:RC|Beta)\\d*)?-(?<build>\\d+\\.\\d+\\.\\d+)$",
separateMajorMinor: true,
separateMultipleMajor: true,
separateMinorPatch: true,
},
],
},
"ktor": {
Expand Down

0 comments on commit 89fe9dd

Please sign in to comment.