We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bc594 commit 8555a01Copy full SHA for 8555a01
build.gradle.kts
@@ -64,14 +64,16 @@ configure<KnitPluginExtension> {
64
}
65
66
dependencies {
67
+ // commented out projects cause issues in GitHub Actions
68
kover(projects.arrowAtomic)
69
kover(projects.arrowContinuations)
70
kover(projects.arrowCore)
71
kover(projects.arrowCoreRetrofit)
72
+ // kover(projects.arrowCoreSerialization)
73
kover(projects.arrowFxCoroutines)
74
kover(projects.arrowFxStm)
75
kover(projects.arrowOptics)
- kover(projects.arrowOpticsKspPlugin)
76
+ // kover(projects.arrowOpticsKspPlugin)
77
kover(projects.arrowOpticsReflect)
78
kover(projects.arrowResilience)
79
0 commit comments