Revert the group rule for Kotlin

This commit is contained in:
Goooler
2025-04-09 10:53:04 +08:00
parent a419c64b2a
commit 0eb43aa180

View File

@@ -8,10 +8,10 @@
],
packageRules: [
{
groupName: 'Kotlin, Compose, and KSP',
groupName: 'Kotlin and KSP',
matchPackageNames: [
'com.google.devtools.ksp{/,}**',
'org.jetbrains.kotlin:kotlin{/,}**',
'/org.jetbrains.kotlin.*/'
],
},
{