hello! may I ask some help? I have specifically en...
# multiplatform
a
hello! may I ask some help? I have specifically entwinement between module within buildSrc/root project — some modules connected both to buildSrc and root next I have multiplatform jvm/js modules, they binds via
implementation
to simple jvm modules these jvm modules connected with buildSrc too so... when I try to sync/build project — I got error:
Could not determine the dependencies of task ':buildSrc:common:jsTestPackageJson'.
> NPM Dependencies already resolved and installed
(full log: https://justpaste.it/9sqqf) root project resolves everything just fine, but not buildSrc 😞 is there any way to achieve it not just reverting mpp?))