Skip to content

Commit

Permalink
Update kotlin.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Kim committed Jun 11, 2024
1 parent b73d629 commit a1cd1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/lib/kotlin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ val gb = GBSDKBuilder(
print("Experiment Id: " + gbExperiment.key)
print("Variation Id: " + gbExperimentResult.variationId)
},
networkDispatcher = DefaultGBNetworkClient(),
networkDispatcher = DefaultGBNetworkDispatcher(),
encryptionKey = "insert_your_encription_key_if_you_are_using_encryption",
).initialize()
```
Expand Down

0 comments on commit a1cd1a3

Please sign in to comment.