hello, am I right in that when using java 17 with kotlin 1.7, java sealed classes are used?
reason I am asking is because of
https://github.com/mockk/mockk/issues/832, so I was curious to know if there is a compiler flag to disable the usage of java sealed classes, as clearly the compiler itself can do it (when using java 11 and kotlin 1.7, java sealed classes are not used ofc)