[MPP] Replace obsolete target in CommonizerHierarchicalIT.optimisticCommonization
^KT-58822
This commit is contained in:
committed by
Space Team
parent
d2b64cd481
commit
14bc02287b
+2
-3
@@ -8,10 +8,9 @@ repositories {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
linuxArm32Hfp("intPlatform") {
|
||||
linuxArm64("shortPlatform") {
|
||||
compilations.get("main").cinterops.create("intPropertyInterop") {
|
||||
header(file("libs/intPlatform.h"))
|
||||
header(file("libs/shortPlatform.h"))
|
||||
}
|
||||
}
|
||||
linuxX64("longPlatform") {
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
int unsafeProp;
|
||||
+1
@@ -0,0 +1 @@
|
||||
short unsafeProp;
|
||||
Reference in New Issue
Block a user