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
Change the order of atomicfu and kotlin plugins in the classpath (#3984)
This commit changes the order of adding atomicfu and kotlin gradle plugin to the classpath.
When `kotlin-gradle-plugin` is added first, `atomicfu-gradle-plugin` is not applied at all and this error is thrown: "e: Module kotlinx.atomicfu cannot be found in the module graph". The change of order fixes the issue. Should be properly investigated.
This behaviour started to reproduce after this change in kotlinx-atomicfu (Kotlin/kotlinx-atomicfu#377).
Here is the corresponding issue in atomicfu: Kotlin/kotlinx-atomicfu#384
0 commit comments