Skip to content

Commit 7c5f474

Browse files
committed
Fix ktor dependencies in doc
1 parent cfb0b4c commit 7c5f474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/kmp-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ kotlin {
1717
sourceSets {
1818
commonMain {
1919
dependencies {
20-
implementation "io.ktor:ktor-client-core$ktorVersion"
20+
implementation "io.ktor:ktor-client-core:$ktorVersion"
2121
}
2222
}
2323
jvmMain {
2424
dependencies {
25-
implementation "io.ktor:ktor-client-okhttp$ktorVersion"
25+
implementation "io.ktor:ktor-client-okhttp:$ktorVersion"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)