Studio improvement on Dc ItemChange handler

Hi,
when we generate handler for a Dc ItemChange in kotlin using the studio. Jmix’s Target class is mixed up withkotlin.annotation.Target (which is auto imported on every class)
image

We have to add this import manually to fix that.
import io.jmix.flowui.view.Target
This import could be added automatically.

Hi,

Thank you for reporting the problem.
I have created an issue for Studio.

Regards,
Mikhail