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 26c5981 commit de59c0bCopy full SHA for de59c0b
misc/code_snippets.md
@@ -142,8 +142,8 @@ String variation = EppoClient.getInstance().getStringAssignment(
142
## Android (Kotlin)
143
```kotlin
144
import cloud.eppo.android.EppoClient
145
-import cloud.eppo.api.Attributes;
146
-import cloud.eppo.api.EppoValue;
+import cloud.eppo.api.Attributes
+import cloud.eppo.api.EppoValue
147
148
val variation = EppoClient.getInstance().getStringAssignment(
149
experimentKey = "my-feature-flag",
0 commit comments