File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ val multi = MultiProvider(
2727)
2828
2929// 3) Set the SDK provider and wait until ready
30- OpenFeatureAPI .setProviderAndWait()
30+ OpenFeatureAPI .setProviderAndWait(multi )
3131
3232// 4) Use the client as usual
3333val client = OpenFeatureAPI .getClient(" my-app" )
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ android {
5252dependencies {
5353 implementation(project(" :kotlin-sdk" ))
5454 implementation(" androidx.core:core-ktx:1.16.0" )
55- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.0 " )
55+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.3 " )
5656 implementation(" androidx.activity:activity-compose:1.10.1" )
57- implementation(platform(" androidx.compose:compose-bom:2025.08.01 " ))
57+ implementation(platform(" androidx.compose:compose-bom:2025.09.00 " ))
5858 implementation(" androidx.compose.ui:ui" )
5959 implementation(" androidx.compose.ui:ui-graphics" )
6060 implementation(" androidx.compose.ui:ui-tooling-preview" )
You can’t perform that action at this time.
0 commit comments