I've been using copilot and for kotlin mpp it helps quite a bit to plow through bindings. Where copilot appers to need help is with unit tests- intellij moves the context and prevents copilot from having a view of the intended classes.
has anyone given thought to a means of inline unit test generation? something like what Arrow does with """ | fun to(){blah} """.trim ?