Splits a class or several classes in the common source set commonMain into JVM and non-JVM parts into jvmCommonMain and nonJvmCommonMain. This is used to provide some JVM-specific functionality for a class on JVM targets (e.g. Kotlin/JVM or Java backend or Android).
$npx -y skills add jetbrains/koog --skill split-jvm-nonjvmInstalls into the current project.
Run `npx skills use "https://github.com/jetbrains/koog" --skill "jetbrains/koog/split-jvm-nonjvm"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jetbrains/koog" that are relevant to the current task. Run `npx skills add "https://github.com/jetbrains/koog"` and select the relevant skills, then follow their instructions.