Skip to content

Commit

Permalink
Better temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed May 12, 2024
1 parent c4e3c6f commit 5284973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow-libs/optics/arrow-optics-compose/build.gradle.kts
Expand Up @@ -97,8 +97,8 @@ tasks.named<Jar>("jvmJar").configure {

// https://youtrack.jetbrains.com/issue/KT-68095/MPP-Compose-Kover-Cannot-expand-ZIP-build-kover-default.artifact
afterEvaluate {
tasks.named("iosArm64ResolveResourcesFromDependencies") {
doFirst {
tasks.filter { it.name.endsWith("ResolveResourcesFromDependencies") }.forEach { task ->
task.doFirst {
rootProject.subprojects.forEach {
delete(it.layout.buildDirectory.file("kover/default.artifact"))
}
Expand Down

0 comments on commit 5284973

Please sign in to comment.