<@U05B5U2GHBQ> why did you changed `GBFeature.defa...
# sdk-kotlin
o
@ancient-car-96302 why did you changed
GBFeature.defaultValue
to
internal
in your recent alpha?
a
Initially I was trying to make
GBValue
internal
, but then GBValue was used in user attributes. It can be
public
I think we need
GBFeatureResult
, it seems like
GBFeature
is only entity from response
o
in our app we show in a debug menu the full list of features with default values. that is handy for devs to have an overview
a
it is possible to upload snapshot with
public
on Maven
Where from are you showing
GBFeature
?
feature()
methods don't return it
a
So, you idea is to show
defaultvalue
and show value after evaluation?
o
at the moment we do show only the default value without considering if the user is part of an experiment or not...
a
Got it. It's my bad.
defaultValue
should be public definitely
🙏 1
o
Good job btw
a
Thank you
v2.0.0 is on Maven
🙌 1