2/2 Extract code which is required for :kotlin-scripting-ide-services from ide-common into seprate module
Extract the code and keep it in Kotlin repo. See previous preparation commit as well
This commit is contained in:
@@ -4,7 +4,7 @@ plugins { java }
|
||||
|
||||
dependencies {
|
||||
embedded(project(":kotlin-scripting-ide-services-unshaded")) { isTransitive = false }
|
||||
embedded(project(":idea:ide-common")) { isTransitive = false }
|
||||
embedded(project(":kotlin-scripting-ide-common")) { isTransitive = false }
|
||||
runtimeOnly(project(":kotlin-script-runtime"))
|
||||
runtimeOnly(kotlinStdlib())
|
||||
runtimeOnly(project(":kotlin-scripting-common"))
|
||||
|
||||
Reference in New Issue
Block a user