trathschlag
05/07/2018, 9:20 AMutils
- common -> define Foo.class
- jvm
- js
app
- common
- server : utils-jvm -> use Foo.class
- client : utils-js
And app
includes utils
as a composite build in gradle with includeBuild
then IDEA marks any use of Foo.class in app-server
as not found. Gradle builds everything perfectly fine, so is this a bug in IDEA?robstoll
05/07/2018, 9:29 AMtrathschlag
05/07/2018, 12:45 PMrobstoll
05/07/2018, 1:28 PMtrathschlag
05/07/2018, 2:42 PMilya.gorbunov
05/07/2018, 3:47 PMtrathschlag
05/07/2018, 3:47 PM