can i feed .kotlin_metadata files into konan somehow?
b
bashor
07/17/2017, 8:13 PM
where from did you get it? multiplatform project?
I think answer is “no” since kotlin_metadata contains only information about declarations
j
jw
07/17/2017, 10:03 PM
yeah i have a multiplatform project. trying to consume the 'common' module via Gradle
its only output is a jar of those files, as far as i can tell
b
bashor
07/18/2017, 11:36 AM
AFAIK native compiler doesn’t support common modules/libraries yet. Anyway you should compile whole common and uncommon code by target compiler since right now common jar contains only declarations.
or You should have compiled library for target platform to link it at runtime or at compile time