You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Hard coded alternative to get class files for Java.
198
-
//val classesTree = project.fileTree(mapOf("dir" to "${project.buildDir}/intermediates/classes/${variant.dirName}", "excludes" to getFileFilterPatterns()))
199
202
200
203
// TODO: No idea how to dynamically get the kotlin class files output folder, so for now this is hardcoded.
201
204
// TODO: For some reason the tmp/kotlin-classes folder does not use the variant.dirName property, for now we instead use the variant.name.
@@ -219,21 +222,9 @@ class RootCoveragePlugin : Plugin<Project> {
219
222
// Make the root task depend on the sub-project code coverage task
220
223
rootTask.dependsOn(subModuleTask)
221
224
222
-
// Set or add the sub-task class directories to the root task
0 commit comments