[K/N] Fix performance project
Merge-request: KT-MR-6567 Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
committed by
Space
parent
a5084c2f69
commit
97c542dd76
@@ -153,7 +153,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configure([windows, linux, macosX64, macosArm64]) {
|
configure([findByName('windows'), findByName('linux'), findByName('macosX64'), findByName('macosArm64')]) {
|
||||||
def isCurrentHost = (name == getHostName())
|
def isCurrentHost = (name == getHostName())
|
||||||
compilations.all {
|
compilations.all {
|
||||||
cinterops.all {
|
cinterops.all {
|
||||||
|
|||||||
Reference in New Issue
Block a user