We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85def04 commit 9fe64e6Copy full SHA for 9fe64e6
1 file changed
docs/zh/guide/getting-started.md
@@ -76,7 +76,7 @@ dependencies {
76
77
```Kotlin{2-4} [Kotlin DSL]
78
dependencies {
79
- implementation(platform("io.github.Rosemoe:editor-bom:0.23.7"))
+ implementation(platform("io.github.rosemoe:editor-bom:0.23.7"))
80
implementation("io.github.rosemoe:editor")
81
implementation("io.github.rosemoe:language-textmate")
82
}
0 commit comments