Skip to content

Commit 6dfda90

Browse files
committed
docs: Fix plugin identifier for Gradle
Fixes #2
1 parent 51dfa8e commit 6dfda90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To use the plugin, just apply the plugin in your `build.gradle`:
77

88
```groovy
99
plugins {
10-
id 'nl.fabianm.kotlin.compiler.generated' version '1.0'
10+
id 'nl.fabianm.kotlin.plugin.generated' version '1.0'
1111
}
1212
```
1313

0 commit comments

Comments
 (0)