looks like `internal` members inside the common mo...
# multiplatform
e
looks like
internal
members inside the common module aren’t visible in platform modules, is there a way around it? I want to store my utils in the common module, but don’t want them to be exposed as API
q
You can combine expect and internal keyword in common module. Then you can define actual intetnal in platfoem module
i
@egorand This problem was fixed in 1.2.40
e
thanks @ilya.gorbunov, it seems like the link is for a different issue though
i
👍 1