Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix atomicfu not being resolved #59

Merged
merged 1 commit into from Jul 23, 2020
Merged

Fix atomicfu not being resolved #59

merged 1 commit into from Jul 23, 2020

Conversation

gumil
Copy link
Owner

@gumil gumil commented Jul 17, 2020

There was this error when using Kaskade into a multiplatform project:
e: Could not find "atomicfu-cinterop-interop"

Apparently this was caused by a wrong configuration in source sets.
Test was passing but the library built didn't have the dependencies.

There was this error when using Kaskade into a multiplatform project:
e: Could not find "atomicfu-cinterop-interop"

Apparently this was caused by a wrong configuration in source sets.
Test was passing but the library built didn't have the dependencies.
@gumil gumil requested a review from jasvilladarez July 17, 2020 16:02
@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2020

Codecov Report

Merging #59 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #59   +/-   ##
=========================================
  Coverage     96.45%   96.45%           
  Complexity       93       93           
=========================================
  Files            26       26           
  Lines           734      734           
  Branches         11       11           
=========================================
  Hits            708      708           
  Misses           19       19           
  Partials          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 864c99b...3c54d85. Read the comment docs.

@gumil gumil merged commit f0fde23 into master Jul 23, 2020
@gumil gumil deleted the release/v0.4.1 branch July 23, 2020 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants