Files
kotlin-fork/kotlin-native/Interop/StubGenerator
Svyatoslav Scherbina 3f3f6eb5a8 Native: add ExperimentalForeignApi to generated cinterop declarations
cinterop tool should add ExperimentalForeignApi to all generated
declarations by default. This commit implements adding the annotation.
Nested declarations don't get the annotation, because they inherit the
opt-in requirement from the enclosing classes implicitly.

The annotation is not added to platform libraries, as intended. See
previous commits.

^KT-58362
2023-07-21 11:54:14 +00:00
..