diff --git a/README.md b/README.md index 0e8dec6..2f2f4a4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In your module's `build.gradle`, add this ``` dependencies { - compileOnly "io.github.tompee26:bunch-annotations:$latest_version" + implementation "io.github.tompee26:bunch-annotations:$latest_version" kapt "io.github.tompee26:bunch-compiler:$latest_version" } ```