Thomas
09/09/2022, 12:03 PMAlexey Belkov [JB]
09/09/2022, 12:29 PMThomas
09/09/2022, 12:32 PMAlexey Belkov [JB]
09/09/2022, 12:33 PMtapchicoma
09/09/2022, 12:36 PMRequired by:
project : > org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.3 > org.jetbrains.kotlin:atomicfu:1.7.0
I would suggest first to update kotlin-atomicfu plugintapchicoma
09/09/2022, 12:37 PM0.18.3
that has fix for KGP 1.7.20. Then, yes, please open a new issue with repro projectThomas
09/09/2022, 12:56 PMThomas
09/09/2022, 12:57 PM0.18.3
Thomas
09/09/2022, 11:25 PMThomas
09/10/2022, 12:26 AMclasspath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.3")
with
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.3") {
exclude("org.jetbrains.kotlin", "kotlin-gradle-plugin-api")
}
fixes the issue. My project syncs, builds, and runs correctly now.