Skip to content

Commit

Permalink
[#3386] Move kover to last working version with all modules (#3387)
Browse files Browse the repository at this point in the history
This reverts commit 7739461.

(cherry picked from commit 2a9db7f)
  • Loading branch information
mustafaozhan committed May 16, 2024
1 parent 5f80c2a commit 3e1f902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CCC.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ version = ProjectSettings.getVersionName(project)

allprojects {
apply(plugin = rootProject.libs.plugins.kover.get().pluginId).also {
koverMerged {
rootProject.dependencies.add("kover", project(path))
koverReport {
filters {
annotations {
excludes += listOf(
excludes {
annotatedBy(
"com.oztechan.ccc.android.ui.compose.annotations.ThemedPreviews",
"androidx.compose.ui.tooling.preview.Preview",
"androidx.compose.runtime.Composable"
)
}
}
enable()
}
}

Expand Down

0 comments on commit 3e1f902

Please sign in to comment.