i have a problem with my gradle multimodule kotlin...
# gradle
b
i have a problem with my gradle multimodule kotlin project in idea .. when i run "/gradlew build" .. everything works fine. i open the root gradle file in idea as project ... hit the compile button (which by default is using grade to build) ... still everything fine. then i switch in settings build -> gradle -> build and run using: idea and run tests using: idea hit the compile button again. then it starts failing (can not resolve my dependencies in buildSrc and this error message: "Kotlin: No script runtime was found in the classpath: class 'kotlin.script.templates.standard.ScriptTemplateWithArgs' not found. Please add kotlin-script-runtime.jar to the module dependencies." anyone any ideas?