ribesg
03/01/2019, 10:43 AM.h
doesn’t even seem to compileribesg
03/01/2019, 10:48 AMribesg
03/01/2019, 11:13 AMribesg
03/01/2019, 11:31 AMtransitiveExport = true
imports too much stuff... Do I really need to list all dependencies of the tree myself?olonho
03/01/2019, 11:36 AMribesg
03/01/2019, 11:39 AMribesg
03/01/2019, 11:40 AMtransitiveExport
used for?olonho
03/01/2019, 12:46 PM-Xexport-library
may be better choise.Cyrille QUÉMIN
03/01/2019, 1:25 PMwarning: following libraries are specified to be exported with -Xexport-library, but not included to the build:
IOSNearbyMessagesClient.kt
about one kotlin class I created. And then P2P.kt:21:40: error: unresolved reference: IOSNearbyMessagesClient
ribesg
03/01/2019, 1:28 PMexport
is for dependencies, why are you specifying a class?Cyrille QUÉMIN
03/01/2019, 1:28 PMCyrille QUÉMIN
03/01/2019, 1:29 PM'-Xexport-library'
hopping to get one big framwork that I can import in an ios appribesg
03/01/2019, 1:30 PMCyrille QUÉMIN
03/01/2019, 1:31 PMribesg
03/01/2019, 1:32 PMsvyatoslav.scherbina
03/01/2019, 1:39 PM-Xexport-library
wrong.
Consider using export
directive instead: See “Exporting dependencies in frameworks” here: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.htmlCyrille QUÉMIN
03/01/2019, 1:52 PM