Roy Åne Sylthe
09/14/2022, 1:00 PMMain.kt
and only contains fun main()
, I have one of these files in several modules but I'm having a hard time getting the filters { classes{} }
to work. Should the filter be in the root kover
extension, in each module where kover is defined, or in the koverMerged
extension?
filters {
classes {
exclude.add("*.MainKt")
}
}
This is, what I believe, should be the correct "class" name for the main function that I'm trying to add to the filter blockSam
09/19/2022, 12:01 PM