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)
![]()
We have to add this import manually to fix that.
import io.jmix.flowui.view.Target
This import could be added automatically.