Hi, buddies, I notice an note this,It says that we...
# multiplatform
w
Hi, buddies, I notice an note this,It says that we need use export method to export dependencies into framework, And do I need to do that when I use
implementation
in dependencies config? https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#building-final-native-binaries
Maybe it’s talk about the headers? not the implementation and binaries?😮
s
What are you trying to achieve?
w
@svyatoslav.scherbina I am trying to understand the document🙂
s
You asked
And do I need to do that when I use
implementation
in dependencies config?
So you are trying to export some dependencies. What exactly are you trying to achieve with this?
w
@svyatoslav.scherbina I origin think if I don’t export the
implementation
dependencies, the program will run failed because of the missing dependency code, But in fact it doesn’t broke, So I must misunderstand the meaning of this export dependencies function, This function should be export the
.h
files like c/c++ headers🙂