Skip to content

Commit baa9757

Browse files
committed
docs(bindings): Update dependency declaration format.
1 parent 60e752c commit baa9757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/jsMain/resources/markdown/doc/Bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are working in a multi-module setup:
2323

2424
```kotlin
2525
dependencies {
26-
implementation(project(":bindings"))
26+
implementation("io.github.ayfri.kore:bindings:<VERSION>")
2727
}
2828
```
2929

0 commit comments

Comments
 (0)