We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17accf3 commit 7d10608Copy full SHA for 7d10608
docs/topics/native/native-cocoapods.md
@@ -108,7 +108,7 @@ To create a project using the web wizard and configure the CocoaPods integration
108
5. Add the Kotlin CocoaPods Gradle plugin to the version catalog. In the `gradle/libs.versions.toml` file,
109
add the following declaration to the `[plugins]` block:
110
111
- ```toml
+ ```text
112
kotlinCocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }
113
```
114
0 commit comments