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 2382cb2 commit 69dee01Copy full SHA for 69dee01
src/datasets/providers/devcycle.ts
@@ -80,5 +80,11 @@ export const DevCycle: Provider = {
80
href: 'https://docs.devcycle.com/sdk/client-side-sdks/ios/ios-openfeature',
81
category: ['Client'],
82
},
83
+ {
84
+ technology: 'Kotlin',
85
+ vendorOfficial: true,
86
+ href: 'https://docs.devcycle.com/sdk/client-side-sdks/android/android-openfeature',
87
+ category: ['Client'],
88
+ },
89
],
90
};
0 commit comments