Update dependency com.squareup:kotlinpoet to v1.13.1
This commit is contained in:
parent
eeca1c9ee3
commit
cd9320e06a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ dependencies {
|
|||
implementation(projects.anvilannotations)
|
||||
api(libs.anvil.compiler.api)
|
||||
implementation(libs.anvil.compiler.utils)
|
||||
implementation("com.squareup:kotlinpoet:1.13.0")
|
||||
implementation("com.squareup:kotlinpoet:1.13.1")
|
||||
implementation(libs.dagger)
|
||||
compileOnly("com.google.auto.service:auto-service-annotations:1.0.1")
|
||||
kapt("com.google.auto.service:auto-service:1.0.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue