Add androidx.lifecycle dependencies to kotlin group (#104)

This commit is contained in:
Patrick Honkonen 2024-05-22 18:04:56 -04:00 committed by GitHub
parent f9dd295188
commit d3e4b56d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,8 +37,9 @@
"matchPackagePatterns": [
"androidx.compose.compiler:compiler",
"androidx.compose:compose-bom",
"org.jetbrains.kotlin.*",
"com.google.devtools.ksp"
"androidx.lifecycle:*",
"com.google.devtools.ksp",
"org.jetbrains.kotlin.*"
],
"matchManagers": [
"gradle"