Is there any way for cinterop to be generated as i...
# kotlin-native
k
Is there any way for cinterop to be generated as internal? I wouldn't want C library symbols leaking out from my gradle module.
r
You can get close by moving the cinterop to its own module.