When building an iOS Framework, is it somehow poss...
# kotlin-native
m
When building an iOS Framework, is it somehow possible to "restrict" the exposed symbols. For an exemple, disregard everything that is in a
*.internal
package ?
k
mark them as
internal
👍 3
m
Makes sense, thanks!
❤️ 1