Open
Description
Currently we are actually just including both the scalac-scoverage-runtime
and the scalac-scoverage-plugin
as library dependencies. Then we later check the dependencies to see if it's there, grab the location of the compiler plugin, and then include it with -Xplugin
.
I'm trying to get a bit more familiar with anything before making any real changes, but I believe we instead might be able to just utilize addCompilerPlugin
to make this a bit easier.