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

Fixes #229
  • Loading branch information
mvicsokolova committed May 30, 2022
1 parent 5527be0 commit e9aded2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,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 e9aded2

Please sign in to comment.