fix: prevent upgrading to Anvil k1.8 build

This commit is contained in:
Harsh Shandilya 2023-07-29 20:22:24 +05:30
parent 543edf36e8
commit e3627ca89d
No known key found for this signature in database
8 changed files with 19 additions and 7 deletions

View file

@ -22,7 +22,6 @@
{
"matchPackageNames": [
"androidx.compose.compiler:compiler",
"com.squareup.anvil",
"dev.drewhamilton.poko",
"org.jetbrains.kotlin:kotlin-gradle-plugin",
"org.jetbrains.kotlin.plugin.serialization",
@ -45,6 +44,7 @@
{
"matchPackageNames": [
"com.android.tools:r8",
"com.squareup.anvil",
],
"enabled": false,
},