[Commonizer] PropertyCommonizer: Support annotation commonization

^KT-62028 Verification Pending
This commit is contained in:
Sebastian Sellmair
2023-09-20 09:41:44 +02:00
committed by Space Team
parent f5b107d4f0
commit 9031deeacf
5 changed files with 29 additions and 6 deletions
@@ -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"))