Skip to content

Commit

Permalink
Merge pull request #741 from square/joel.kotlinpoet-bump
Browse files Browse the repository at this point in the history
Upgrade to KotlinPoet 1.14.2
  • Loading branch information
JoelWilcox authored Aug 11, 2023
2 parents d7adc14 + 0281e7f commit 0156121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ internal class ContributesSubcomponentHandlerGenerator(
.addFunction(
FunSpec
.builder("bindSubcomponentFactory")
.addAnnotation(Binds::class.java)
.addAnnotation(Binds::class)
.addModifiers(ABSTRACT)
.addParameter("factory", ClassName.bestGuess(SUBCOMPONENT_FACTORY))
.returns(factoryReference.asClassName())
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ espresso = "3.5.1"
gradlePublish = "0.15.0"
kotlin = "1.9.0"
kct = "0.3.1"
kotlinpoet = "1.13.0"
kotlinpoet = "1.14.2"
ksp = "1.9.0-1.0.11"
ktlint = "0.41.0"
ktlintPlugin = "10.2.0"
Expand Down

0 comments on commit 0156121

Please sign in to comment.