Skip to content

Commit 9e1663f

Browse files
committed
Update README to use compileOnly for dependency configuration
1 parent 58a5a70 commit 9e1663f

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
@@ -19,7 +19,7 @@ asynchronous use in plugins and modules.
1919

2020
```kotlin
2121
dependencies {
22-
implementation("dev.slne.surf.transaction:surf-transaction-api:<version>")
22+
compileOnly("dev.slne.surf.transaction:surf-transaction-api:<version>")
2323
}
2424
```
2525

0 commit comments

Comments
 (0)