[K/N] Add kotlinx.cinterop.ExperimentalForeignApi opt-ins
Add more opt-ins in Samples, tests and Benchmarks. This is a follow-up to KT-MR-9788 Merge-request: KT-MR-9997 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
14653799b5
commit
5a95d919c7
@@ -20,8 +20,14 @@ benchmark {
|
||||
}
|
||||
|
||||
val native = kotlin.targets.getByName("native") as KotlinNativeTarget
|
||||
native.compilations["main"].cinterops {
|
||||
create("macros")
|
||||
create("struct")
|
||||
create("types")
|
||||
native.compilations["main"].apply {
|
||||
cinterops {
|
||||
create("macros")
|
||||
create("struct")
|
||||
create("types")
|
||||
}
|
||||
compilerOptions
|
||||
.options
|
||||
.freeCompilerArgs
|
||||
.add("-opt-in=kotlinx.cinterop.ExperimentalForeignApi")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user