Skip to content

Commit

Permalink
fix: fix the code highlighting (#4440)
Browse files Browse the repository at this point in the history
  • Loading branch information
koshachy authored Sep 17, 2024
1 parent 17accf3 commit 7d10608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/native/native-cocoapods.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ To create a project using the web wizard and configure the CocoaPods integration
5. Add the Kotlin CocoaPods Gradle plugin to the version catalog. In the `gradle/libs.versions.toml` file,
add the following declaration to the `[plugins]` block:
```toml
```text
kotlinCocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }
```
Expand Down

0 comments on commit 7d10608

Please sign in to comment.