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.
2 parents 99195a1 + 1cc41c5 commit fc6be71Copy full SHA for fc6be71
src/connections/destinations/catalog/castle/index.md
@@ -61,13 +61,13 @@ Calls are now visible in Castle dashboards in real-time.
61
62
- Add this line to your gradle file:
63
64
- ```
+ ```groovy
65
implementation 'com.segment.analytics.kotlin.destinations:castle:<latest_version>'
66
```
67
68
- Add the following for Kotlin DSL:
69
70
+ ```kotlin
71
implementation("com.segment.analytics.kotlin.destinations:castle:<latest_version>")
72
73
0 commit comments