Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit changes the order of adding atomicfu and kotlin gradle pl…
…ugin to the classpath. in the global buildscript: when atomicfu-gradle-plugin is not added to the classpath first, it is not applied at all. 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". This behaviour started to reproduce after this change in kotlinx-atomicfu (Kotlin/kotlinx-atomicfu#377). The problem was revealed while running a train build against kotlin-community/dev branches before kotlinx-atomicfu 0.23.2.
- Loading branch information