Skip to content

Commit

Permalink
Merge branch 'hotfix/annotation-processor-not-exposing-kotlin-peot' i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
wax911 committed Mar 8, 2021
2 parents cb3050e + 67e7850 commit f16ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
implementation(Libraries.Google.AutoService.autoService)
kapt(Libraries.Google.AutoService.autoService)

implementation(Libraries.Square.KotlinPoet.kotlinPoet)
api(Libraries.Square.KotlinPoet.kotlinPoet)
compileOnly(Libraries.AndroidX.Room.runtime)
}

0 comments on commit f16ac75

Please sign in to comment.