Commit 605ec56
authored
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#3841 parent 6de985f commit 605ec56
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | | - | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments