Join Slack
Powered by
When building an iOS Framework, is it somehow poss...
# kotlin-native
m
mbonnin
04/05/2020, 2:03 PM
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
Kris Wong
04/05/2020, 2:08 PM
mark them as
internal
👍 3
m
mbonnin
04/05/2020, 2:09 PM
Makes sense, thanks!
❤️ 1
4
Views
Open in Slack
Previous
Next