Using Source and Binary Distributions on the same Project

Hello all!

I have a question:

Is it possible for a team to collectively work on a project while some members are using the source distribution of the engine from Github, and other’s the binary distribution(direct download)?

Some supplementary notes:

The “Engine Association” property of the .uproject file for the project that I’m working with(using the source distribution) is as follows:

“EngineAssociation”: “{49D98E09-47D5-D475-221A-BEAD4D6CB6B1}”

whereas from a binary distribution of the engine:

“EngineAssociation”: “4.3”

With this in mind, is there a potential workaround such that team members using source/binary distributions can work on the same project?