You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:experimentation module depends on FluxC because of the classes ExperimentStore and ExperimentRestClient. We should move these classes to :experimentation module to stop depending on FluxC.
Original issue created by @renanferrari in WordPress-Android
This issue centralizes all tasks and potential improvements to the ExPlat implementation on WPAndroid.
Tasks
:experimentation
module depends on FluxC because of the classesExperimentStore
andExperimentRestClient
. We should move these classes to:experimentation
module to stop depending on FluxC.ExPlat
class so we don't have to useLazy
to avoid circular dependency in theSet<Experiment>
parameter. We should consider splitting theExPlat
class.Notes
The text was updated successfully, but these errors were encountered: