Skip to content

Commit

Permalink
Add transitive dependency to kotlinx-atomicfu-runtime required for …
Browse files Browse the repository at this point in the history
…compiler plugin application (#230)

Fixes #229

(cherry picked from commit cffaf0b)
  • Loading branch information
mvicsokolova committed Jun 2, 2022
1 parent b13d64d commit c9cae66
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -119,7 +119,7 @@ private fun Project.addCompilerPluginDependency() {
kotlinCompilation.dependencies {
// add atomicfu compiler plugin dependency
// to provide the `kotlinx-atomicfu-runtime` library used during compiler plugin transformation
compileOnly("org.jetbrains.kotlin:atomicfu:${getKotlinPluginVersion()}")
implementation("org.jetbrains.kotlin:atomicfu:${getKotlinPluginVersion()}")
}
}
}
Expand Down

0 comments on commit c9cae66

Please sign in to comment.