Alexander Minyaev
11/03/2019, 5:14 AMEvan R.
11/04/2019, 1:55 AMproject()
in your JS module’s dependencies sectionAlexander Minyaev
11/04/2019, 10:17 PMimplementation(project(:domain))
. But problem was in other case. I had module with name domain
and gradle imported some library(I think it was this https://www.npmjs.com/package/domain) from npm in js module. After rename domain
to another name, all in the js app works.