Skip to content

Ktorfit causes circular task dependency when using KSP2 and Multiplatform Compose plugin #833

@lepicekmichal

Description

@lepicekmichal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions