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

wuseal

09/07/2019, 1:36 PM
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

svyatoslav.scherbina

09/09/2019, 7:51 AM
What are you trying to achieve?
w

wuseal

09/11/2019, 3:05 AM
@svyatoslav.scherbina I am trying to understand the document🙂
s

svyatoslav.scherbina

09/11/2019, 7:47 AM
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

wuseal

09/16/2019, 8:57 AM
@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🙂
2 Views