[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 {
|
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") {
|
||||||
|
|||||||
-1
@@ -1 +0,0 @@
|
|||||||
int unsafeProp;
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
short unsafeProp;
|
||||||
Reference in New Issue
Block a user