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

Could not find kotlinx-atomicfu-runtime #229

Closed
mvicsokolova opened this issue May 30, 2022 · 1 comment
Closed

Could not find kotlinx-atomicfu-runtime #229

mvicsokolova opened this issue May 30, 2022 · 1 comment

Comments

@mvicsokolova
Copy link
Collaborator

mvicsokolova commented May 30, 2022

AtomicfuGradlePlugin adds dependency to the compiler plugin module kotlinx-atomicfu-runtime.
It gets written to the manifest file of kotlinx.coroutines klib and then is required as a dependency for kotlinx.coroutines.
For now, the WA for this issue is to provide kotlinx-atomicfu-runtime transitively.

Kotlin/kotlinx.coroutines#3305

@mvicsokolova
Copy link
Collaborator Author

TODO: kotlinx-atomicfu-runtime should not be the kotlinx.coroutines dependency (it should not get into the klib manifest ) as it is only used during compiler plugin application.

mvicsokolova added a commit that referenced this issue Jun 2, 2022
…compiler plugin application (#230)

Fixes #229

(cherry picked from commit cffaf0b)
woainikk pushed a commit that referenced this issue Jun 3, 2022
…compiler plugin application (#230)

Fixes #229

(cherry picked from commit cffaf0b)
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

No branches or pull requests

1 participant