compose-multiplatform
compose-multiplatform copied to clipboard
Detekt tasks are being registered when using the 1.7.0 dev gradle plugin
Describe the bug I've been playing around with the 1.7.0 dev builds of the gradle plugin, and starting from 1.7.0-dev1688 I get an error saying that:
Cannot add task 'detektMetadataTest' as a task with that name already exists.
I use detekt in my project, so my assumption is that something in the Compose gradle plugin has started registering detekt tasks which is causing the error.
Looks like it's specifically for the task detektMetadataTest.
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.