does anybody know how to add scala into a kotlin multilib project (resembling the intellij default multilib webapp)? If there have to be linear dependencies, I'd want scalaMain to be able to call functions in commonMain, and jvmMain to be able to call functions in scalaMain