-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
1.6.2: JS(IR) - Atomicfu Runtime not found #3305
Comments
I had the same issue. Fortunately, downgrading to 1.6.1 "fixed" it for now. |
The WA is adding compiler plugin dependency, like this: sourceSets {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2")
implementation("org.jetbrains.kotlin:atomicfu:1.6.21") // atomicfu compiler plugin dependency
}
}
} |
|
Hey, any updates on this? |
Test for #3305 Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com> Co-authored-by: dkhalanskyjb <52952525+dkhalanskyjb@users.noreply.github.com>
Fixed in #3321. |
I have this issue after updating from 1.6.0 to 1.6.4. Build Scan: https://scans.gradle.com/s/za65vgcq2paza git clone git@github.com:fluidsonic/fluid-graphql.git -b coroutines-1.6.4
cd fluid-graphql
./gradlew build
|
Test for Kotlin#3305 Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com> Co-authored-by: dkhalanskyjb <52952525+dkhalanskyjb@users.noreply.github.com>
Started to happen again after upgrading to coroutines |
Same for me. Started happening with |
@amal did you find a workaround? |
@mgroth0 nope just returned to stable coroutines for now. |
Hi! As a temporary WA you can add this dependency to the jsMain sourceSet:
|
After updating to
1.6.2
, it is not possible to build the project, if it contains a JS(IR) sourceset.reproducer:
Project: https://github.com/hfhbd/repro-coroutines162-JS-IR
The text was updated successfully, but these errors were encountered: