Hello, I have got Gradle project with two submodules, each of them uses Kotlin library. These projects create jars, which are used as plugins in another program, but I can't reload them at runtime, because there is already one Kotlin runtime loaded. What's the best way to handle this situation?