nullability

pull/1837/head
Alfayed Baksh 9 months ago
parent b0a6e3345d
commit 058f368efb

@ -89,10 +89,9 @@ internal fun Project.configureJacoco(
} }
// Collect all java and kotlin source directories from the variant's source sets // Collect all java and kotlin source directories from the variant's source sets
// val sourceDirs =
sourceDirectories.setFrom( sourceDirectories.setFrom(
variant.sources.kotlin?.all?.get(), variant.sources.kotlin?.all?.get().orEmpty(),
variant.sources.java?.all?.get() variant.sources.java?.all?.get().orEmpty()
) )
executionData.setFrom( executionData.setFrom(

Loading…
Cancel
Save