[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.
This commit is contained in:
Sergej Jaskiewicz
2023-08-23 12:59:18 +02:00
committed by teamcity
parent 5cb252fe49
commit d1127f1a31
37 changed files with 106 additions and 87 deletions
+4
View File
@@ -0,0 +1,4 @@
## 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.