Fix dependencies and artifacts contents after review

This commit is contained in:
Ilya Chernikov
2018-01-15 18:02:33 +01:00
committed by Vyacheslav Gerasimov
parent 058ef31d7a
commit 0a95e7b20f
4 changed files with 13 additions and 14 deletions
@@ -16,7 +16,7 @@ dependencies {
compileOnly(project(":compiler:daemon-common"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(commonDep("net.rubygrapefruit", "native-platform"))
fatJarContents(project(":compiler:daemon-common"))
fatJarContents(project(":compiler:daemon-common")) { isTransitive = false }
fatJarContents(commonDep("net.rubygrapefruit", "native-platform"))
nativePlatformVariants.forEach {
fatJarContents(commonDep("net.rubygrapefruit", "native-platform", "-$it"))