Fix dependencies and artifacts contents after review
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
058ef31d7a
commit
0a95e7b20f
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user