Ktorfit version
2.4.1
What happened and how can we reproduce this issue?
It is still exactly the same problem and output as #816, but you only need to apply the multiplatform compose plugin, and we will arrive at the same error while syncing gradle files.
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose" }
plugins {
alias(libs.plugins.jetbrainsCompose)
}
What did you expect to happen?
There shouldn't be circular dependency between tasks.
Is there anything else we need to know about?
No response