compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Detekt tasks are being registered when using the 1.7.0 dev gradle plugin

Open eygraber opened this issue 1 year ago • 1 comments

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.

eygraber avatar Jun 25 '24 21:06 eygraber

Looks like it's specifically for the task detektMetadataTest.

eygraber avatar Jun 25 '24 21:06 eygraber

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 13:08 okushnikov