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
@@ -142,7 +142,7 @@ class RootCoveragePlugin : Plugin<Project> {
142
142
val extension = subProject.extensions.findByName("android")
143
143
if (extension ==null) {
144
144
// TODO support java modules?
145
-
subProject.logger.warn("Note: Skipping code coverage for module '${subProject.name}', currently the RootCoveragePlugin does not yet support Java Library Modules.");
145
+
subProject.logger.warn("Note: Skipping code coverage for module '${subProject.name}', currently the RootCoveragePlugin does not yet support Java Library Modules.")
146
146
return
147
147
} elseif (extension is com.android.build.gradle.FeatureExtension) {
0 commit comments