Skip to content

Commit

Permalink
Revert to the initial plugin order
Browse files Browse the repository at this point in the history
  • Loading branch information
mvicsokolova committed Dec 14, 2023
1 parent 097b25c commit f362576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-testing/examples/plugin-order-bug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {

dependencies {
// If the order of adding atomicfu-gradle-plugin and kotlin-gradle-pluin to the classpath is changed,
// then atomicfu dependency is not added to the classpath.
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:${libs.versions.atomicfuVersion.get()}")
// then atomicfu dependency is not added to the classpath
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.versions.kotlinVersion.get()}")
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:${libs.versions.atomicfuVersion.get()}")
classpath("org.jetbrains.kotlin:atomicfu:${libs.versions.kotlinVersion.get()}")
}
}
Expand Down

0 comments on commit f362576

Please sign in to comment.