Skip to content

Commit

Permalink
Fix typo in annotation processor artifactId (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shuy authored Jul 29, 2021
1 parent ba709b5 commit 7c1dfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {
)
kapt(
"com.masabi.kotlinbuilder:kotlinbuilder-processor:$kotlinbuilderVersion"
"com.masabi.kotlinbuilder:masabi-kotlinbuilder-processor:$kotlinbuilderVersion"
)
}
```
Expand Down

0 comments on commit 7c1dfd7

Please sign in to comment.