fix: include Anvil updates in Kotlin bundle

This commit is contained in:
Harsh Shandilya 2023-04-14 01:06:36 +05:30
parent f23f9498cd
commit cf111f7852
No known key found for this signature in database

View file

@ -21,7 +21,8 @@
"matchPackagePatterns": [ "matchPackagePatterns": [
"^kotlin", "^kotlin",
"^org.jetbrains.kotlin", "^org.jetbrains.kotlin",
"^androidx.compose.compiler" "^androidx.compose.compiler",
"^anvil",
], ],
"groupName": "kotlin" "groupName": "kotlin"
}, },