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
#36939 introduced a nogncheck to access code from app within platform, breaking layering. This breaks compilation by not requiring some things like appconfig or other generated headers that are used by interactionmodelengine (which is a huge class/dependency) during platform configuration.
Instead, platform should find a different signaling way: in this case we likely want to have some notification mechanism (e.g. from main or from the init server) that providers are set up.
The text was updated successfully, but these errors were encountered:
#36939 introduced a
nogncheck
to access code from app within platform, breaking layering. This breaks compilation by not requiring some things likeappconfig
or other generated headers that are used byinteractionmodelengine
(which is a huge class/dependency) during platform configuration.Instead, platform should find a different signaling way: in this case we likely want to have some notification mechanism (e.g. from main or from the init server) that providers are set up.
The text was updated successfully, but these errors were encountered: