Build: Fix kotlin-daemon-client-new compile classpath for jps build
This commit is contained in:
@@ -35,11 +35,12 @@ dependencies {
|
|||||||
compileOnly(project(":daemon-common-new"))
|
compileOnly(project(":daemon-common-new"))
|
||||||
compileOnly(project(":kotlin-reflect-api"))
|
compileOnly(project(":kotlin-reflect-api"))
|
||||||
compileOnly(project(":kotlin-daemon-client"))
|
compileOnly(project(":kotlin-daemon-client"))
|
||||||
embedded(project(":kotlin-daemon-client")) { isTransitive = false }
|
|
||||||
compileOnly(project(":js:js.frontend"))
|
compileOnly(project(":js:js.frontend"))
|
||||||
|
compileOnly(project(":daemon-common")) { isTransitive = false }
|
||||||
compileOnly(commonDep("net.rubygrapefruit", "native-platform"))
|
compileOnly(commonDep("net.rubygrapefruit", "native-platform"))
|
||||||
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }
|
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }
|
||||||
|
|
||||||
|
embedded(project(":kotlin-daemon-client")) { isTransitive = false }
|
||||||
embedded(project(":daemon-common")) { isTransitive = false }
|
embedded(project(":daemon-common")) { isTransitive = false }
|
||||||
embedded(commonDep("net.rubygrapefruit", "native-platform"))
|
embedded(commonDep("net.rubygrapefruit", "native-platform"))
|
||||||
nativePlatformVariants.forEach {
|
nativePlatformVariants.forEach {
|
||||||
|
|||||||
Reference in New Issue
Block a user