[MPP] Replace obsolete target in CommonizerHierarchicalIT.optimisticCommonization

^KT-58822
This commit is contained in:
Timofey Solonin
2023-06-13 18:25:03 +02:00
committed by Space Team
parent d2b64cd481
commit 14bc02287b
3 changed files with 3 additions and 4 deletions
@@ -8,10 +8,9 @@ repositories {
} }
kotlin { kotlin {
@Suppress("DEPRECATION_ERROR") linuxArm64("shortPlatform") {
linuxArm32Hfp("intPlatform") {
compilations.get("main").cinterops.create("intPropertyInterop") { compilations.get("main").cinterops.create("intPropertyInterop") {
header(file("libs/intPlatform.h")) header(file("libs/shortPlatform.h"))
} }
} }
linuxX64("longPlatform") { linuxX64("longPlatform") {