https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
e

egorand

04/28/2018, 2:37 PM
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

qlitzler

04/28/2018, 2:44 PM
You can combine expect and internal keyword in common module. Then you can define actual intetnal in platfoem module
i

ilya.gorbunov

04/28/2018, 2:55 PM
@egorand This problem was fixed in 1.2.40
e

egorand

04/28/2018, 2:56 PM
thanks @ilya.gorbunov, it seems like the link is for a different issue though
i

ilya.gorbunov

04/28/2018, 2:57 PM
👍 1
2 Views