I tried to use both `source sets as modules` and n...
# intellij
k
I tried to use both
source sets as modules
and not; no difference. I tried using both
java
and
java-library
plugins, with
compile
and
implementation
. I tried adding stuff to compile with
scopes.COMPILE.plus += [ configurations.compile]
when they were `provided`+`runtime` (happens when you disable module per source set). Nothing I do seems to work