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

View File

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