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
This is project is a Android multiple modules. I applied kover plugin to each module, and in :app module, I used dependencies { kover(project(":other-module")) ... }
* What went wrong:
Execution failed for task ':app:koverGenerateArtifact'.
> this and base files have different roots: [+�~<K}�8��竭������=���x����v-�(dF���@�p�����k��M��ε v�R��T}������&�n[Q8�: and /home/runner/work/MVI-Coroutines-Flow/MVI-Coroutines-Flow.
Describe the bug
This is project is a Android multiple modules. I applied kover plugin to each module, and in
:app
module, I useddependencies { kover(project(":other-module")) ... }
When using version 0.7.3, it works as expected
Failed when changing from 0.7.3 to 0.7.4
PR: id("org.jetbrains.kotlinx.kover") version "0.7.4" Kotlin-Android-Open-Source/MVI-Coroutines-Flow#205
Full log at https://github.com/Kotlin-Android-Open-Source/MVI-Coroutines-Flow/actions/runs/6841635365/job/18602208693?pr=205
The text was updated successfully, but these errors were encountered: