Files
kotlin-fork/compiler/ir/ir.objcinterop/ReadMe.md
T
Sergej Jaskiewicz d1127f1a31 [K/N] Move IR-related ObjC interop helpers to a new common module
This is a step towards KT-61248. We need those helpers to be available
in non-Native-specific code.
2023-09-13 14:25:09 +00:00

4 lines
200 B
Markdown

## Utilities related to Kotlin/Native interoperability with Objective-C
This module contains helper functions for extracting various information related to Objective-C interoperability
from IR nodes.