[Commonizer] PropertyCommonizer: Support annotation commonization
^KT-62028 Verification Pending
This commit is contained in:
committed by
Space Team
parent
f5b107d4f0
commit
9031deeacf
+4
@@ -8,6 +8,10 @@ repositories {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
compilerOptions {
|
||||
optIn.add("kotlinx.cinterop.ExperimentalForeignApi")
|
||||
}
|
||||
|
||||
linuxArm64("shortPlatform") {
|
||||
compilations.get("main").cinterops.create("intPropertyInterop") {
|
||||
header(file("libs/shortPlatform.h"))
|
||||
|
||||
Reference in New Issue
Block a user