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 3a38a21 commit 1cc41c5Copy full SHA for 1cc41c5
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