I am using the jmix 2.7.4 and the reports add-on. In Cuba I could use:
import groovy.sql.Sql
to get the groovy Sql instance to perform native SQL. But when I tried this in Jmix, it failed.
Script1.groovy: 1: unable to resolve class groovy.sql.Sql
How can I import the Sql instance.
CK