are you adding `api` to the common sourceset or to...
# intellij
i
are you adding
api
to the common sourceset or to platform sourcesets?
and fwiw I would recommend against using
api
as it, over time, becomes cumbersome that modules not needing a dependency become dependent on it regardless which can result in reduced parallelism in your builds. For a small project or a library project,
api
is fine in the right cases.
d
Is there a difference where it's added? And you're right... I think I have to start trying to avoid using
api
... but meanwhile it seems like there's a bug in Intellij... even using the refactor move feature the indexing doesn't seem to pick it up and the ide seems to report that I have a duplicate class...